#CC8CFE

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

Shades of Heliotrope #CC8CFE

Tints of Heliotrope #CC8CFE

Color information

#CC8CFE (or 0xCC8CFE) is unknown color: approx Heliotrope. HEX triplet: CC, 8C and FE. RGB value is (204,140,254). Sum of RGB (Red+Green+Blue) = 204+140+254=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CFE is #337301. Grayscale: #ABABAB. Windows color (decimal): -3371778 or 16682188. OLE color: 16682188.

HSL color Cylindrical-coordinate representation of color #CC8CFE: hue angle of 273.68º 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 #CC8CFE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204140254-
CMYK0.200.4500.00
HSL273.68º98.28%77.25%-
HSV(B)273.68º44.88%99.61%-
XYZ52.1738.7598.5-
YUV172.13174.2150.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 140 (55.08% from 255) = 23.41%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=34.11%
G=23.41%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041402540.200.4500.00273.6898.2877.25
HexCC8CFE142D00112624d
Octal314214376245500422142115
Binary110011001000110011111110101001011010010001001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CFE; }

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

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

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

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

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

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

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

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