#CF8CFE

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

Shades of Heliotrope #CF8CFE

Tints of Heliotrope #CF8CFE

Color information

#CF8CFE (or 0xCF8CFE) is unknown color: approx Heliotrope. HEX triplet: CF, 8C and FE. RGB value is (207,140,254). Sum of RGB (Red+Green+Blue) = 207+140+254=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CFE is #307301. Grayscale: #ACACAC. Windows color (decimal): -3175170 or 16682191. OLE color: 16682191.

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

Color convert

RGB207140254-
CMYK0.190.4500.00
HSL275.26º98.28%77.25%-
HSV(B)275.26º44.88%99.61%-
XYZ5339.1898.53-
YUV173.03173.7152.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 140 (55.08% from 255) = 23.29%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=34.44%
G=23.29%
B=42.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071402540.190.4500.00275.2698.2877.25
HexCF8CFE132D00113624d
Octal317214376235500423142115
Binary110011111000110011111110100111011010010001001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CFE; }

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

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

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

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

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

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

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

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