#CF8AFE

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

Shades of Heliotrope #CF8AFE

Tints of Heliotrope #CF8AFE

Color information

#CF8AFE (or 0xCF8AFE) is unknown color: approx Heliotrope. HEX triplet: CF, 8A and FE. RGB value is (207,138,254). Sum of RGB (Red+Green+Blue) = 207+138+254=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AFE is #307501. Grayscale: #ABABAB. Windows color (decimal): -3175682 or 16681679. OLE color: 16681679.

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

Color convert

RGB207138254-
CMYK0.190.4600.00
HSL275.69º98.31%76.86%-
HSV(B)275.69º45.67%99.61%-
XYZ52.7138.698.44-
YUV171.86174.36153.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=34.56%
G=23.04%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071382540.190.4600.00275.6998.3176.86
HexCF8AFE132E00114624d
Octal317212376235600424142115
Binary110011111000101011111110100111011100010001010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AFE; }

 p { color: rgb(207,138,254); }

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

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

 a { background-color: rgb(207,138,254); }

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

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

 span { border-color: rgb(207,138,254); }

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