#CF6DF6

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

Shades of Heliotrope #CF6DF6

Tints of Heliotrope #CF6DF6

Color information

#CF6DF6 (or 0xCF6DF6) is unknown color: approx Heliotrope. HEX triplet: CF, 6D and F6. RGB value is (207,109,246). Sum of RGB (Red+Green+Blue) = 207+109+246=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF6DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DF6 is #309209. Grayscale: #999999. Windows color (decimal): -3183114 or 16149967. OLE color: 16149967.

HSL color Cylindrical-coordinate representation of color #CF6DF6: hue angle of 282.92º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6DF6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207109246-
CMYK0.160.5600.04
HSL282.92º88.39%69.61%-
HSV(B)282.92º55.69%96.47%-
XYZ47.8430.8690.62-
YUV153.92179.97165.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 109 (42.97% from 255) = 19.40%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=36.83%
G=19.40%
B=43.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071092460.160.5600.04282.9288.3969.61
HexCF6DF610380411b5846
Octal317155366207004433130106
Binary1100111111011011111011010000111000010010001101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DF6; }

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

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

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

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

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

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

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

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