#CF8EFB

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

Shades of Heliotrope #CF8EFB

Tints of Heliotrope #CF8EFB

Color information

#CF8EFB (or 0xCF8EFB) is unknown color: approx Heliotrope. HEX triplet: CF, 8E and FB. RGB value is (207,142,251). Sum of RGB (Red+Green+Blue) = 207+142+251=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EFB is #307104. Grayscale: #ADADAD. Windows color (decimal): -3174661 or 16486095. OLE color: 16486095.

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

Color convert

RGB207142251-
CMYK0.180.4300.02
HSL275.78º93.16%77.06%-
HSV(B)275.78º43.43%98.43%-
XYZ52.8239.5896.12-
YUV173.86171.53151.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=34.5%
G=23.67%
B=41.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071422510.180.4300.02275.7893.1677.06
HexCF8EFB122B021145d4d
Octal317216373225302424135115
Binary1100111110001110111110111001010101101010001010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8EFB; }

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

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

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

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

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

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

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

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