#CF6CF9

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

Shades of Heliotrope #CF6CF9

Tints of Heliotrope #CF6CF9

Color information

#CF6CF9 (or 0xCF6CF9) is unknown color: approx Heliotrope. HEX triplet: CF, 6C and F9. RGB value is (207,108,249). Sum of RGB (Red+Green+Blue) = 207+108+249=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF6CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CF9 is #309306. Grayscale: #999999. Windows color (decimal): -3183367 or 16346319. OLE color: 16346319.

HSL color Cylindrical-coordinate representation of color #CF6CF9: hue angle of 282.13º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6CF9 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207108249-
CMYK0.170.5700.02
HSL282.13º92.16%70%-
HSV(B)282.13º56.63%97.65%-
XYZ48.1930.8393.03-
YUV153.67181.8166.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=36.70%
G=19.15%
B=44.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071082490.170.5700.02282.1392.1670
HexCF6CF911390211a5c46
Octal317154371217102432134106
Binary110011111101100111110011000111100101010001101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CF9; }

 p { color: rgb(207,108,249); }

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

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

 a { background-color: rgb(207,108,249); }

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

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

 span { border-color: rgb(207,108,249); }

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