Html Css Color HEX #C176C8 Orchid

📋 copy color: '#C176C8'

red 193 ◦ green 118 ◦ blue 200

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

Shades of Orchid #C176C8

Tints of Orchid #C176C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.14%

R = 37.77%
G = 23.09%
B = 39.14%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C176C8 (or 0xC176C8) is known color: Orchid. HEX triplet: C1, 76 and C8. RGB value is (193,118,200). Sum of RGB (Red+Green+Blue) = 193+118+200=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #C176C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176C8 is #3E8937. Grayscale: #959595. Windows color (decimal): -4098360 or 13137601. OLE color: 13137601.

HSL color Cylindrical-coordinate representation of color #C176C8: hue angle of 294.88º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C176C8 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 118 200 -
CMYK 0.04 0.41 0 0.22
HSL 294.88º 0.43% 0.62% -
HSV(B) 294.88º 0.41% 0.78% -
XYZ 38.9 28.46 58.09 -
YUV 149.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 193 118 200 0.04 0.41 0 0.22 294.88 0.43 0.62
Hex C1 76 C8 4 29 0 16 127 2B 3E
Octal 301 166 310 4 51 0 26 447 53 76
Binary 11000001 1110110 11001000 100 101001 0 10110 100100111 101011 111110

Color Harmonies of #C176C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176C8

Black with #C176C8

Text Example


Text Example

White with #C176C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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