#CF61FF

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

Shades of Heliotrope #CF61FF

Tints of Heliotrope #CF61FF

Color information

#CF61FF (or 0xCF61FF) is unknown color: approx Heliotrope. HEX triplet: CF, 61 and FF. RGB value is (207,97,255). Sum of RGB (Red+Green+Blue) = 207+97+255=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF61FF is #309E00. Grayscale: #939393. Windows color (decimal): -3186177 or 16736719. OLE color: 16736719.

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

Color convert

RGB20797255-
CMYK0.190.6200
HSL281.77º100%69.02%-
HSV(B)281.77º61.96%100%-
XYZ48.0629.0397.68-
YUV147.9188.44170.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 97 (38.28% from 255) = 17.35%
BLUE value IS 255 (100% from 255) = 45.62%
R=37.03%
G=17.35%
B=45.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal207972550.190.6200281.7710069.02
HexCF61FF133E0011a6445
Octal317141377237600432144105
Binary11001111110000111111111100111111100010001101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61FF; }

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

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

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

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

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

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

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

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