#CF8EF9

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

Shades of Heliotrope #CF8EF9

Tints of Heliotrope #CF8EF9

Color information

#CF8EF9 (or 0xCF8EF9) is unknown color: approx Heliotrope. HEX triplet: CF, 8E and F9. RGB value is (207,142,249). Sum of RGB (Red+Green+Blue) = 207+142+249=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EF9 is #307106. Grayscale: #ADADAD. Windows color (decimal): -3174663 or 16355023. OLE color: 16355023.

HSL color Cylindrical-coordinate representation of color #CF8EF9: hue angle of 276.45º degrees, saturation: 0.9, 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 #CF8EF9 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207142249-
CMYK0.170.4300.02
HSL276.45º89.92%76.67%-
HSV(B)276.45º42.97%97.65%-
XYZ52.539.4594.47-
YUV173.63170.53151.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 142 (55.86% from 255) = 23.75%
BLUE value IS 249 (97.66% from 255) = 41.64%
R=34.62%
G=23.75%
B=41.64%

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
Decimal2071422490.170.4300.02276.4589.9276.67
HexCF8EF9112B021145a4d
Octal317216371215302424132115
Binary1100111110001110111110011000110101101010001010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EF9; }

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

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

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

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

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

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

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

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