#CF8EFD

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

Shades of Heliotrope #CF8EFD

Tints of Heliotrope #CF8EFD

Color information

#CF8EFD (or 0xCF8EFD) is unknown color: approx Heliotrope. HEX triplet: CF, 8E and FD. RGB value is (207,142,253). Sum of RGB (Red+Green+Blue) = 207+142+253=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EFD is #307102. Grayscale: #ADADAD. Windows color (decimal): -3174659 or 16617167. OLE color: 16617167.

HSL color Cylindrical-coordinate representation of color #CF8EFD: hue angle of 275.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8EFD is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207142253-
CMYK0.180.4400.01
HSL275.14º96.52%77.45%-
HSV(B)275.14º43.87%99.22%-
XYZ53.1339.797.79-
YUV174.09172.53151.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 142 (55.86% from 255) = 23.59%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=34.39%
G=23.59%
B=42.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071422530.180.4400.01275.1496.5277.45
HexCF8EFD122C01113614d
Octal317216375225401423141115
Binary110011111000111011111101100101011000110001001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EFD; }

 p { color: rgb(207,142,253); }

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

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

 a { background-color: rgb(207,142,253); }

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

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

 span { border-color: rgb(207,142,253); }

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