Html Css Color HEX #CC82DA Orchid

📋 copy color: '#CC82DA'

red 204 ◦ green 130 ◦ blue 218

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

Shades of Orchid #CC82DA

Tints of Orchid #CC82DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 36.96%
G = 23.55%
B = 39.49%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC82DA (or 0xCC82DA) is known color: Orchid. HEX triplet: CC, 82 and DA. RGB value is (204,130,218). Sum of RGB (Red+Green+Blue) = 204+130+218=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82DA is #337D25. Grayscale: #A1A1A1. Windows color (decimal): -3374374 or 14320332. OLE color: 14320332.

HSL color Cylindrical-coordinate representation of color #CC82DA: hue angle of 290.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC82DA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 130 218 -
CMYK 0.06 0.40 0 0.15
HSL 290.45º 0.54% 0.68% -
HSV(B) 290.45º 0.4% 0.85% -
XYZ 45.54 33.86 70.47 -
YUV 162.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 204 130 218 0.06 0.40 0 0.15 290.45 0.54 0.68
Hex CC 82 DA 6 28 0 F 122 36 44
Octal 314 202 332 6 50 0 17 442 66 104
Binary 11001100 10000010 11011010 110 101000 0 1111 100100010 110110 1000100

Color Harmonies of #CC82DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82DA

Black with #CC82DA

Text Example


Text Example

White with #CC82DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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