#CF61EF

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

Shades of Heliotrope #CF61EF

Tints of Heliotrope #CF61EF

Color information

#CF61EF (or 0xCF61EF) is unknown color: approx Heliotrope. HEX triplet: CF, 61 and EF. RGB value is (207,97,239). Sum of RGB (Red+Green+Blue) = 207+97+239=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF61EF is #309E10. Grayscale: #919191. Windows color (decimal): -3186193 or 15688143. OLE color: 15688143.

HSL color Cylindrical-coordinate representation of color #CF61EF: hue angle of 286.48º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF61EF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20797239-
CMYK0.130.5900.06
HSL286.48º81.61%65.88%-
HSV(B)286.48º59.41%93.73%-
XYZ45.5928.0584.67-
YUV146.08180.44171.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=38.12%
G=17.86%
B=44.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207972390.130.5900.06286.4881.6165.88
HexCF61EFD3B0611e5242
Octal317141357157306436122102
Binary110011111100001111011111101111011011010001111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61EF; }

 p { color: rgb(207,97,239); }

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

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

 a { background-color: rgb(207,97,239); }

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

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

 span { border-color: rgb(207,97,239); }

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