#CF8AF9

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

Shades of Heliotrope #CF8AF9

Tints of Heliotrope #CF8AF9

Color information

#CF8AF9 (or 0xCF8AF9) is unknown color: approx Heliotrope. HEX triplet: CF, 8A and F9. RGB value is (207,138,249). Sum of RGB (Red+Green+Blue) = 207+138+249=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF8AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AF9 is #307506. Grayscale: #AAAAAA. Windows color (decimal): -3175687 or 16353999. OLE color: 16353999.

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

Color convert

RGB207138249-
CMYK0.170.4500.02
HSL277.3º90.24%75.88%-
HSV(B)277.3º44.58%97.65%-
XYZ51.9238.2894.28-
YUV171.28171.86153.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=34.85%
G=23.23%
B=41.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071382490.170.4500.02277.390.2475.88
HexCF8AF9112D021155a4c
Octal317212371215502425132114
Binary1100111110001010111110011000110110101010001010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AF9; }

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

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

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

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

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

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

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

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