#CF8DFF

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

Shades of Heliotrope #CF8DFF

Tints of Heliotrope #CF8DFF

Color information

#CF8DFF (or 0xCF8DFF) is unknown color: approx Heliotrope. HEX triplet: CF, 8D and FF. RGB value is (207,141,255). Sum of RGB (Red+Green+Blue) = 207+141+255=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DFF is #307200. Grayscale: #ADADAD. Windows color (decimal): -3174913 or 16747983. OLE color: 16747983.

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

Color convert

RGB207141255-
CMYK0.190.4500
HSL274.74º100%77.65%-
HSV(B)274.74º44.71%100%-
XYZ53.3139.5499.43-
YUV173.73173.87151.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 255 (100% from 255) = 42.29%
R=34.33%
G=23.38%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071412550.190.4500274.7410077.65
HexCF8DFF132D00113644e
Octal317215377235500423144116
Binary110011111000110111111111100111011010010001001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DFF; }

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

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

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

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

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

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

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

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