#CF6DE9

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

Shades of Heliotrope #CF6DE9

Tints of Heliotrope #CF6DE9

Color information

#CF6DE9 (or 0xCF6DE9) is unknown color: approx Heliotrope. HEX triplet: CF, 6D and E9. RGB value is (207,109,233). Sum of RGB (Red+Green+Blue) = 207+109+233=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DE9 is #309216. Grayscale: #989898. Windows color (decimal): -3183127 or 15297999. OLE color: 15297999.

HSL color Cylindrical-coordinate representation of color #CF6DE9: hue angle of 287.42º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6DE9 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207109233-
CMYK0.110.5300.09
HSL287.42º73.81%67.06%-
HSV(B)287.42º53.22%91.37%-
XYZ45.9130.0980.48-
YUV152.44173.47166.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 109 (42.97% from 255) = 19.85%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=37.70%
G=19.85%
B=42.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071092330.110.5300.09287.4273.8167.06
HexCF6DE9B350911f4a43
Octal3171553511365011437112103
Binary1100111111011011110100110111101010100110001111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DE9; }

 p { color: rgb(207,109,233); }

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

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

 a { background-color: rgb(207,109,233); }

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

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

 span { border-color: rgb(207,109,233); }

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