#CF89FF

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

Shades of Heliotrope #CF89FF

Tints of Heliotrope #CF89FF

Color information

#CF89FF (or 0xCF89FF) is unknown color: approx Heliotrope. HEX triplet: CF, 89 and FF. RGB value is (207,137,255). Sum of RGB (Red+Green+Blue) = 207+137+255=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89FF is #307600. Grayscale: #AAAAAA. Windows color (decimal): -3175937 or 16746959. OLE color: 16746959.

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

Color convert

RGB207137255-
CMYK0.190.4600
HSL275.59º100%76.86%-
HSV(B)275.59º46.27%100%-
XYZ52.7338.3899.24-
YUV171.38175.19153.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 137 (53.91% from 255) = 22.87%
BLUE value IS 255 (100% from 255) = 42.57%
R=34.56%
G=22.87%
B=42.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071372550.190.4600275.5910076.86
HexCF89FF132E00114644d
Octal317211377235600424144115
Binary110011111000100111111111100111011100010001010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89FF; }

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

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

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

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

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

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

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

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