Html Css Color HEX #CC82CB Orchid

📋 copy color: '#CC82CB'

red 204 ◦ green 130 ◦ blue 203

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

Shades of Orchid #CC82CB

Tints of Orchid #CC82CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 37.99%
G = 24.21%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC82CB (or 0xCC82CB) is known color: Orchid. HEX triplet: CC, 82 and CB. RGB value is (204,130,203). Sum of RGB (Red+Green+Blue) = 204+130+203=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CB is #337D34. Grayscale: #A0A0A0. Windows color (decimal): -3374389 or 13337292. OLE color: 13337292.

HSL color Cylindrical-coordinate representation of color #CC82CB: hue angle of 300.81º 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 #CC82CB is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 203 -
CMYK 0 0.36 0.00 0.2
HSL 300.81º 0.42% 0.65% -
HSV(B) 300.81º 0.36% 0.8% -
XYZ 43.66 33.11 60.59 -
YUV 160.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 204 130 203 0 0.36 0.00 0.2 300.81 0.42 0.65
Hex CC 82 CB 0 24 0 14 12D 2A 41
Octal 314 202 313 0 44 0 24 455 52 101
Binary 11001100 10000010 11001011 0 100100 0 10100 100101101 101010 1000001

Color Harmonies of #CC82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82CB

Black with #CC82CB

Text Example


Text Example

White with #CC82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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