Html Css Color HEX #C176DF Medium Orchid

📋 copy color: '#C176DF'

red 193 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #C176DF

Tints of Medium Orchid #C176DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 36.14%
G = 22.1%
B = 41.76%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C176DF (or 0xC176DF) is known color: Medium Orchid. HEX triplet: C1, 76 and DF. RGB value is (193,118,223). Sum of RGB (Red+Green+Blue) = 193+118+223=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C176DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176DF is #3E8920. Grayscale: #989898. Windows color (decimal): -4098337 or 14644929. OLE color: 14644929.

HSL color Cylindrical-coordinate representation of color #C176DF: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C176DF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 118 223 -
CMYK 0.13 0.47 0 0.13
HSL 282.86º 0.62% 0.67% -
HSV(B) 282.86º 0.47% 0.87% -
XYZ 41.79 29.62 73.33 -
YUV 152.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 193 118 223 0.13 0.47 0 0.13 282.86 0.62 0.67
Hex C1 76 DF D 2F 0 D 11B 3E 43
Octal 301 166 337 15 57 0 15 433 76 103
Binary 11000001 1110110 11011111 1101 101111 0 1101 100011011 111110 1000011

Color Harmonies of #C176DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176DF

Black with #C176DF

Text Example


Text Example

White with #C176DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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