Html Css Color HEX #CC82DD Orchid

📋 copy color: '#CC82DD'

red 204 ◦ green 130 ◦ blue 221

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

Shades of Orchid #CC82DD

Tints of Orchid #CC82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 36.76%
G = 23.42%
B = 39.82%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC82DD (or 0xCC82DD) is known color: Orchid. HEX triplet: CC, 82 and DD. RGB value is (204,130,221). Sum of RGB (Red+Green+Blue) = 204+130+221=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82DD is #337D22. Grayscale: #A2A2A2. Windows color (decimal): -3374371 or 14516940. OLE color: 14516940.

HSL color Cylindrical-coordinate representation of color #CC82DD: hue angle of 288.79º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC82DD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 130 221 -
CMYK 0.08 0.41 0 0.13
HSL 288.79º 0.57% 0.69% -
HSV(B) 288.79º 0.41% 0.87% -
XYZ 45.94 34.02 72.55 -
YUV 162.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 204 130 221 0.08 0.41 0 0.13 288.79 0.57 0.69
Hex CC 82 DD 8 29 0 D 121 39 45
Octal 314 202 335 10 51 0 15 441 71 105
Binary 11001100 10000010 11011101 1000 101001 0 1101 100100001 111001 1000101

Color Harmonies of #CC82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82DD

Black with #CC82DD

Text Example


Text Example

White with #CC82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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