#cf6fed

Color #CF6FED Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CF6FED

Tints of Heliotrope #CF6FED

Color information

#CF6FED (or 0xCF6FED) is unknown color: approx Heliotrope. HEX triplet: CF, 6F and ED. RGB value is (207,111,237). Sum of RGB (Red+Green+Blue) = 207+111+237=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FED is #309012. Grayscale: #999999. Windows color (decimal): -3182611 or 15560655. OLE color: 15560655.

HSL color Cylindrical-coordinate representation of color #CF6FED: hue angle of 285.71º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6FED is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207111237-
CMYK0.130.5300.07
HSL285.71º77.78%68.24%-
HSV(B)285.71º53.16%92.94%-
XYZ46.730.7583.59-
YUV154.07174.8165.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=37.30%
G=20%
B=42.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071112370.130.5300.07285.7177.7868.24
HexCF6FEDD350711e4e44
Octal317157355156507436116104
Binary110011111101111111011011101110101011110001111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6fed; }

 p { color: rgb(207,111,237); }

 H1.HeaderClassName
 {
   color: #cf6fed;
 }
 .AnyTagClassName
 {
   color: #cf6fed;
 }
</style>
background-color css

<style>
 a { background-color: #cf6fed; }

 a { background-color: rgb(207,111,237); }

 div.DivClassName
 {
   background-color: #cf6fed;
 }
 .BgClassName
 {
   background-color: #cf6fed;
 }
</style>
border-color css

<style>
 span { border-color: #cf6fed; }

 span { border-color: rgb(207,111,237); }

 td.TdClassName
 {
   border-color: #cf6fed;
 }
 .TagClassName
 {
   border-color: #cf6fed;
 }
</style>