#CC8FFD

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

Shades of Heliotrope #CC8FFD

Tints of Heliotrope #CC8FFD

Color information

#CC8FFD (or 0xCC8FFD) is unknown color: approx Heliotrope. HEX triplet: CC, 8F and FD. RGB value is (204,143,253). Sum of RGB (Red+Green+Blue) = 204+143+253=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFD is #337002. Grayscale: #ADADAD. Windows color (decimal): -3371011 or 16617420. OLE color: 16617420.

HSL color Cylindrical-coordinate representation of color #CC8FFD: hue angle of 273.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8FFD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204143253-
CMYK0.190.4300.01
HSL273.27º96.49%77.65%-
HSV(B)273.27º43.48%99.22%-
XYZ52.4539.5797.8-
YUV173.78172.71149.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 143 (56.25% from 255) = 23.83%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=34%
G=23.83%
B=42.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041432530.190.4300.01273.2796.4977.65
HexCC8FFD132B01111604e
Octal314217375235301421140116
Binary110011001000111111111101100111010110110001000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FFD; }

 p { color: rgb(204,143,253); }

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

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

 a { background-color: rgb(204,143,253); }

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

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

 span { border-color: rgb(204,143,253); }

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