Html Css Color HEX #C176CD Orchid

📋 copy color: '#C176CD'

red 193 ◦ green 118 ◦ blue 205

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

Shades of Orchid #C176CD

Tints of Orchid #C176CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 37.4%
G = 22.87%
B = 39.73%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C176CD (or 0xC176CD) is known color: Orchid. HEX triplet: C1, 76 and CD. RGB value is (193,118,205). Sum of RGB (Red+Green+Blue) = 193+118+205=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #C176CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176CD is #3E8932. Grayscale: #969696. Windows color (decimal): -4098355 or 13465281. OLE color: 13465281.

HSL color Cylindrical-coordinate representation of color #C176CD: hue angle of 291.72º degrees, saturation: 0.47, 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 #C176CD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 118 205 -
CMYK 0.06 0.42 0 0.20
HSL 291.72º 0.47% 0.63% -
HSV(B) 291.72º 0.42% 0.8% -
XYZ 39.49 28.7 61.22 -
YUV 150.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 193 118 205 0.06 0.42 0 0.20 291.72 0.47 0.63
Hex C1 76 CD 6 2A 0 14 124 2F 3F
Octal 301 166 315 6 52 0 24 444 57 77
Binary 11000001 1110110 11001101 110 101010 0 10100 100100100 101111 111111

Color Harmonies of #C176CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176CD

Black with #C176CD

Text Example


Text Example

White with #C176CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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