Html Css Color HEX #CC82EE Heliotrope

📋 copy color: '#CC82EE'

red 204 ◦ green 130 ◦ blue 238

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

Shades of Heliotrope #CC82EE

Tints of Heliotrope #CC82EE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

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

R = 35.66%
G = 22.73%
B = 41.61%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC82EE (or 0xCC82EE) is known color: Heliotrope. HEX triplet: CC, 82 and EE. RGB value is (204,130,238). Sum of RGB (Red+Green+Blue) = 204+130+238=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82EE is #337D11. Grayscale: #A4A4A4. Windows color (decimal): -3374354 or 15631052. OLE color: 15631052.

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

Color convert

RGB 204 130 238 -
CMYK 0.14 0.45 0 0.07
HSL 281.11º 0.76% 0.72% -
HSV(B) 281.11º 0.45% 0.93% -
XYZ 48.32 34.98 85.09 -
YUV 164.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 204 130 238 0.14 0.45 0 0.07 281.11 0.76 0.72
Hex CC 82 EE E 2D 0 7 119 4C 48
Octal 314 202 356 16 55 0 7 431 114 110
Binary 11001100 10000010 11101110 1110 101101 0 111 100011001 1001100 1001000

Color Harmonies of #CC82EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82EE

Black with #CC82EE

Text Example


Text Example

White with #CC82EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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