Html Css Color HEX #CC82EA Heliotrope

📋 copy color: '#CC82EA'

red 204 ◦ green 130 ◦ blue 234

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

Shades of Heliotrope #CC82EA

Tints of Heliotrope #CC82EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 35.92%
G = 22.89%
B = 41.2%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC82EA (or 0xCC82EA) is known color: Heliotrope. HEX triplet: CC, 82 and EA. RGB value is (204,130,234). Sum of RGB (Red+Green+Blue) = 204+130+234=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC82EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82EA is #337D15. Grayscale: #A3A3A3. Windows color (decimal): -3374358 or 15368908. OLE color: 15368908.

HSL color Cylindrical-coordinate representation of color #CC82EA: hue angle of 282.69º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC82EA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 130 234 -
CMYK 0.13 0.44 0 0.08
HSL 282.69º 0.71% 0.71% -
HSV(B) 282.69º 0.44% 0.92% -
XYZ 47.74 34.74 82.03 -
YUV 163.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 204 130 234 0.13 0.44 0 0.08 282.69 0.71 0.71
Hex CC 82 EA D 2C 0 8 11B 47 47
Octal 314 202 352 15 54 0 10 433 107 107
Binary 11001100 10000010 11101010 1101 101100 0 1000 100011011 1000111 1000111

Color Harmonies of #CC82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82EA

Black with #CC82EA

Text Example


Text Example

White with #CC82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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