Html Css Color HEX #CC8EFE Heliotrope

📋 copy color: '#CC8EFE'

red 204 ◦ green 142 ◦ blue 254

#CC8EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CC8EFE

Tints of Heliotrope #CC8EFE

RGB

 RED value IS 204 (80.08% from 255) = 34%

 GREEN value IS 142 (55.86% from 255) = 23.67%

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 34%
G = 23.67%
B = 42.33%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC8EFE (or 0xCC8EFE) is known color: Heliotrope. HEX triplet: CC, 8E and FE. RGB value is (204,142,254). Sum of RGB (Red+Green+Blue) = 204+142+254=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC8EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EFE is #337101. Grayscale: #ACACAC. Windows color (decimal): -3371266 or 16682700. OLE color: 16682700.

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

Color convert

RGB 204 142 254 -
CMYK 0.20 0.44 0 0.00
HSL 273.21º 0.98% 0.78% -
HSV(B) 273.21º 0.44% 1% -
XYZ 52.46 39.34 98.59 -
YUV 173.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 204 142 254 0.20 0.44 0 0.00 273.21 0.98 0.78
Hex CC 8E FE 14 2C 0 0 111 62 4E
Octal 314 216 376 24 54 0 0 421 142 116
Binary 11001100 10001110 11111110 10100 101100 0 0 100010001 1100010 1001110

Color Harmonies of #CC8EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EFE

Black with #CC8EFE

Text Example


Text Example

White with #CC8EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EFE; }

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

 H1.HeaderClassName
 {
   color: #CC8EFE;
 }
 .AnyTagClassName
 {
   color: #CC8EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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