Html Css Color HEX #CC80CB Orchid

📋 copy color: '#CC80CB'

red 204 ◦ green 128 ◦ blue 203

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

Shades of Orchid #CC80CB

Tints of Orchid #CC80CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.93%

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

R = 38.13%
G = 23.93%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC80CB (or 0xCC80CB) is known color: Orchid. HEX triplet: CC, 80 and CB. RGB value is (204,128,203). Sum of RGB (Red+Green+Blue) = 204+128+203=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80CB is #337F34. Grayscale: #9F9F9F. Windows color (decimal): -3374901 or 13336780. OLE color: 13336780.

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

Color convert

RGB 204 128 203 -
CMYK 0 0.37 0.00 0.2
HSL 300.79º 0.43% 0.65% -
HSV(B) 300.79º 0.37% 0.8% -
XYZ 43.4 32.59 60.5 -
YUV 159.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 204 128 203 0 0.37 0.00 0.2 300.79 0.43 0.65
Hex CC 80 CB 0 25 0 14 12D 2B 41
Octal 314 200 313 0 45 0 24 455 53 101
Binary 11001100 10000000 11001011 0 100101 0 10100 100101101 101011 1000001

Color Harmonies of #CC80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80CB

Black with #CC80CB

Text Example


Text Example

White with #CC80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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