Html Css Color HEX #CC8EFF Heliotrope

📋 copy color: '#CC8EFF'

red 204 ◦ green 142 ◦ blue 255

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

Shades of Heliotrope #CC8EFF

Tints of Heliotrope #CC8EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 33.94%
G = 23.63%
B = 42.43%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC8EFF (or 0xCC8EFF) is known color: Heliotrope. HEX triplet: CC, 8E and FF. RGB value is (204,142,255). Sum of RGB (Red+Green+Blue) = 204+142+255=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EFF is #337100. Grayscale: #ADADAD. Windows color (decimal): -3371265 or 16748236. OLE color: 16748236.

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

Color convert

RGB 204 142 255 -
CMYK 0.2 0.44 0 0
HSL 272.92º 1% 0.78% -
HSV(B) 272.92º 0.44% 1% -
XYZ 52.62 39.4 99.44 -
YUV 173.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 204 142 255 0.2 0.44 0 0 272.92 1 0.78
Hex CC 8E FF 14 2C 0 0 111 64 4E
Octal 314 216 377 24 54 0 0 421 144 116
Binary 11001100 10001110 11111111 10100 101100 0 0 100010001 1100100 1001110

Color Harmonies of #CC8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EFF

Black with #CC8EFF

Text Example


Text Example

White with #CC8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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