#CF7DFF

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

Shades of Heliotrope #CF7DFF

Tints of Heliotrope #CF7DFF

Color information

#CF7DFF (or 0xCF7DFF) is unknown color: approx Heliotrope. HEX triplet: CF, 7D and FF. RGB value is (207,125,255). Sum of RGB (Red+Green+Blue) = 207+125+255=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DFF is #308200. Grayscale: #A3A3A3. Windows color (decimal): -3179009 or 16743887. OLE color: 16743887.

HSL color Cylindrical-coordinate representation of color #CF7DFF: hue angle of 277.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF7DFF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207125255-
CMYK0.190.5100
HSL277.85º100%74.51%-
HSV(B)277.85º50.98%100%-
XYZ51.1235.1598.7-
YUV164.34179.17158.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 125 (49.22% from 255) = 21.29%
BLUE value IS 255 (100% from 255) = 43.44%
R=35.26%
G=21.29%
B=43.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071252550.190.5100277.8510074.51
HexCF7DFF133300116644b
Octal317175377236300426144113
Binary11001111111110111111111100111100110010001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DFF; }

 p { color: rgb(207,125,255); }

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

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

 a { background-color: rgb(207,125,255); }

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

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

 span { border-color: rgb(207,125,255); }

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