Html Css Color HEX #C176CB Orchid

📋 copy color: '#C176CB'

red 193 ◦ green 118 ◦ blue 203

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

Shades of Orchid #C176CB

Tints of Orchid #C176CB

RGB

 RED value IS 193 (75.78% from 255) = 37.55%

 GREEN value IS 118 (46.48% from 255) = 22.96%

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

R = 37.55%
G = 22.96%
B = 39.49%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C176CB (or 0xC176CB) is known color: Orchid. HEX triplet: C1, 76 and CB. RGB value is (193,118,203). Sum of RGB (Red+Green+Blue) = 193+118+203=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C176CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176CB is #3E8934. Grayscale: #959595. Windows color (decimal): -4098357 or 13334209. OLE color: 13334209.

HSL color Cylindrical-coordinate representation of color #C176CB: hue angle of 292.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C176CB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 118 203 -
CMYK 0.05 0.42 0 0.20
HSL 292.94º 0.45% 0.63% -
HSV(B) 292.94º 0.42% 0.8% -
XYZ 39.25 28.61 59.95 -
YUV 150.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 193 118 203 0.05 0.42 0 0.20 292.94 0.45 0.63
Hex C1 76 CB 5 2A 0 14 125 2D 3F
Octal 301 166 313 5 52 0 24 445 55 77
Binary 11000001 1110110 11001011 101 101010 0 10100 100100101 101101 111111

Color Harmonies of #C176CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176CB

Black with #C176CB

Text Example


Text Example

White with #C176CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176CB; }

 p { color: rgb(193,118,203); }

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

background-color css

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

 a { background-color: rgb(193,118,203); }

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

border-color css

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

 span { border-color: rgb(193,118,203); }

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