Html Css Color HEX #CC82FF Heliotrope

📋 copy color: '#CC82FF'

red 204 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #CC82FF

Tints of Heliotrope #CC82FF

RGB

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

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

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

R = 34.63%
G = 22.07%
B = 43.29%

CMYK

 C value IS 0.2

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC82FF (or 0xCC82FF) is known color: Heliotrope. HEX triplet: CC, 82 and FF. RGB value is (204,130,255). Sum of RGB (Red+Green+Blue) = 204+130+255=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82FF is #337D00. Grayscale: #A5A5A5. Windows color (decimal): -3374337 or 16745164. OLE color: 16745164.

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

Color convert

RGB 204 130 255 -
CMYK 0.2 0.49 0 0
HSL 275.52º 1% 0.75% -
HSV(B) 275.52º 0.49% 1% -
XYZ 50.93 36.02 98.88 -
YUV 166.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 204 130 255 0.2 0.49 0 0 275.52 1 0.75
Hex CC 82 FF 14 31 0 0 114 64 4B
Octal 314 202 377 24 61 0 0 424 144 113
Binary 11001100 10000010 11111111 10100 110001 0 0 100010100 1100100 1001011

Color Harmonies of #CC82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82FF

Black with #CC82FF

Text Example


Text Example

White with #CC82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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