#CF5DFF

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

Shades of Heliotrope #CF5DFF

Tints of Heliotrope #CF5DFF

Color information

#CF5DFF (or 0xCF5DFF) is unknown color: approx Heliotrope. HEX triplet: CF, 5D and FF. RGB value is (207,93,255). Sum of RGB (Red+Green+Blue) = 207+93+255=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DFF is #30A200. Grayscale: #919191. Windows color (decimal): -3187201 or 16735695. OLE color: 16735695.

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

Color convert

RGB20793255-
CMYK0.190.6400
HSL282.22º100%68.24%-
HSV(B)282.22º63.53%100%-
XYZ47.728.3197.56-
YUV145.55189.77171.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 93 (36.72% from 255) = 16.76%
BLUE value IS 255 (100% from 255) = 45.95%
R=37.30%
G=16.76%
B=45.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal207932550.190.6400282.2210068.24
HexCF5DFF13400011a6444
Octal3171353772310000432144104
Binary110011111011101111111111001110000000010001101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DFF; }

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

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

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

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

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

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

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

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