#CF55FF

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

Shades of Heliotrope #CF55FF

Tints of Heliotrope #CF55FF

Color information

#CF55FF (or 0xCF55FF) is unknown color: approx Heliotrope. HEX triplet: CF, 55 and FF. RGB value is (207,85,255). Sum of RGB (Red+Green+Blue) = 207+85+255=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55FF is #30AA00. Grayscale: #8C8C8C. Windows color (decimal): -3189249 or 16733647. OLE color: 16733647.

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

Color convert

RGB20785255-
CMYK0.190.6700
HSL283.06º100%66.67%-
HSV(B)283.06º66.67%100%-
XYZ47.0326.9897.34-
YUV140.86192.42175.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 85 (33.59% from 255) = 15.54%
BLUE value IS 255 (100% from 255) = 46.62%
R=37.84%
G=15.54%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal207852550.190.6700283.0610066.67
HexCF55FF13430011b6443
Octal3171253772310300433144103
Binary110011111010101111111111001110000110010001101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55FF; }

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

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

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

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

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

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

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

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