Html Css Color HEX #CC81EE Heliotrope

📋 copy color: '#CC81EE'

red 204 ◦ green 129 ◦ blue 238

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

Shades of Heliotrope #CC81EE

Tints of Heliotrope #CC81EE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.59%

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 35.73%
G = 22.59%
B = 41.68%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC81EE (or 0xCC81EE) is known color: Heliotrope. HEX triplet: CC, 81 and EE. RGB value is (204,129,238). Sum of RGB (Red+Green+Blue) = 204+129+238=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81EE is #337E11. Grayscale: #A3A3A3. Windows color (decimal): -3374610 or 15630796. OLE color: 15630796.

HSL color Cylindrical-coordinate representation of color #CC81EE: hue angle of 281.28º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC81EE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 129 238 -
CMYK 0.14 0.46 0 0.07
HSL 281.28º 0.76% 0.72% -
HSV(B) 281.28º 0.46% 0.93% -
XYZ 48.18 34.71 85.05 -
YUV 163.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 204 129 238 0.14 0.46 0 0.07 281.28 0.76 0.72
Hex CC 81 EE E 2E 0 7 119 4C 48
Octal 314 201 356 16 56 0 7 431 114 110
Binary 11001100 10000001 11101110 1110 101110 0 111 100011001 1001100 1001000

Color Harmonies of #CC81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81EE

Black with #CC81EE

Text Example


Text Example

White with #CC81EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81EE; }

 p { color: rgb(204,129,238); }

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

background-color css

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

 a { background-color: rgb(204,129,238); }

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

border-color css

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

 span { border-color: rgb(204,129,238); }

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