#CF8EFA

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

Shades of Heliotrope #CF8EFA

Tints of Heliotrope #CF8EFA

Color information

#CF8EFA (or 0xCF8EFA) is unknown color: approx Heliotrope. HEX triplet: CF, 8E and FA. RGB value is (207,142,250). Sum of RGB (Red+Green+Blue) = 207+142+250=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EFA is #307105. Grayscale: #ADADAD. Windows color (decimal): -3174662 or 16420559. OLE color: 16420559.

HSL color Cylindrical-coordinate representation of color #CF8EFA: hue angle of 276.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8EFA is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207142250-
CMYK0.170.4300.02
HSL276.11º91.53%76.86%-
HSV(B)276.11º43.2%98.04%-
XYZ52.6639.5195.29-
YUV173.75171.03151.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 142 (55.86% from 255) = 23.71%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=34.56%
G=23.71%
B=41.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071422500.170.4300.02276.1191.5376.86
HexCF8EFA112B021145c4d
Octal317216372215302424134115
Binary1100111110001110111110101000110101101010001010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EFA; }

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

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

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

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

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

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

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

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