Html Css Color HEX #CC82CC Orchid

📋 copy color: '#CC82CC'

red 204 ◦ green 130 ◦ blue 204

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

Shades of Orchid #CC82CC

Tints of Orchid #CC82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 37.92%
G = 24.16%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC82CC (or 0xCC82CC) is known color: Orchid. HEX triplet: CC, 82 and CC. RGB value is (204,130,204). Sum of RGB (Red+Green+Blue) = 204+130+204=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CC is #337D33. Grayscale: #A0A0A0. Windows color (decimal): -3374388 or 13402828. OLE color: 13402828.

HSL color Cylindrical-coordinate representation of color #CC82CC: hue angle of 300º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC82CC is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 204 -
CMYK 0 0.36 0 0.2
HSL 300º 0.42% 0.65% -
HSV(B) 300º 0.36% 0.8% -
XYZ 43.78 33.16 61.22 -
YUV 160.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 204 130 204 0 0.36 0 0.2 300 0.42 0.65
Hex CC 82 CC 0 24 0 14 12C 2A 41
Octal 314 202 314 0 44 0 24 454 52 101
Binary 11001100 10000010 11001100 0 100100 0 10100 100101100 101010 1000001

Color Harmonies of #CC82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82CC

Black with #CC82CC

Text Example


Text Example

White with #CC82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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