Html Css Color HEX #CC82DB Orchid

📋 copy color: '#CC82DB'

red 204 ◦ green 130 ◦ blue 219

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

Shades of Orchid #CC82DB

Tints of Orchid #CC82DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 36.89%
G = 23.51%
B = 39.6%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC82DB (or 0xCC82DB) is known color: Orchid. HEX triplet: CC, 82 and DB. RGB value is (204,130,219). Sum of RGB (Red+Green+Blue) = 204+130+219=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82DB is #337D24. Grayscale: #A1A1A1. Windows color (decimal): -3374373 or 14385868. OLE color: 14385868.

HSL color Cylindrical-coordinate representation of color #CC82DB: hue angle of 289.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC82DB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 130 219 -
CMYK 0.07 0.41 0 0.14
HSL 289.89º 0.55% 0.68% -
HSV(B) 289.89º 0.41% 0.86% -
XYZ 45.67 33.92 71.16 -
YUV 162.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 204 130 219 0.07 0.41 0 0.14 289.89 0.55 0.68
Hex CC 82 DB 7 29 0 E 122 37 44
Octal 314 202 333 7 51 0 16 442 67 104
Binary 11001100 10000010 11011011 111 101001 0 1110 100100010 110111 1000100

Color Harmonies of #CC82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82DB

Black with #CC82DB

Text Example


Text Example

White with #CC82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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