Html Css Color HEX #C172DD Medium Orchid

📋 copy color: '#C172DD'

red 193 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #C172DD

Tints of Medium Orchid #C172DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 36.55%
G = 21.59%
B = 41.86%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C172DD (or 0xC172DD) is known color: Medium Orchid. HEX triplet: C1, 72 and DD. RGB value is (193,114,221). Sum of RGB (Red+Green+Blue) = 193+114+221=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C172DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DD is #3E8D22. Grayscale: #959595. Windows color (decimal): -4099363 or 14512833. OLE color: 14512833.

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

Color convert

RGB 193 114 221 -
CMYK 0.13 0.48 0 0.13
HSL 284.3º 0.61% 0.66% -
HSV(B) 284.3º 0.48% 0.87% -
XYZ 41.06 28.59 71.76 -
YUV 149.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 193 114 221 0.13 0.48 0 0.13 284.3 0.61 0.66
Hex C1 72 DD D 30 0 D 11C 3D 42
Octal 301 162 335 15 60 0 15 434 75 102
Binary 11000001 1110010 11011101 1101 110000 0 1101 100011100 111101 1000010

Color Harmonies of #C172DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172DD

Black with #C172DD

Text Example


Text Example

White with #C172DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172DD; }

 p { color: rgb(193,114,221); }

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

background-color css

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

 a { background-color: rgb(193,114,221); }

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

border-color css

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

 span { border-color: rgb(193,114,221); }

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