Html Css Color HEX #C170DD Medium Orchid

📋 copy color: '#C170DD'

red 193 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #C170DD

Tints of Medium Orchid #C170DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

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

R = 36.69%
G = 21.29%
B = 42.02%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C170DD (or 0xC170DD) is known color: Medium Orchid. HEX triplet: C1, 70 and DD. RGB value is (193,112,221). Sum of RGB (Red+Green+Blue) = 193+112+221=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C170DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170DD is #3E8F22. Grayscale: #949494. Windows color (decimal): -4099875 or 14512321. OLE color: 14512321.

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

Color convert

RGB 193 112 221 -
CMYK 0.13 0.49 0 0.13
HSL 284.59º 0.62% 0.65% -
HSV(B) 284.59º 0.49% 0.87% -
XYZ 40.84 28.15 71.69 -
YUV 148.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 193 112 221 0.13 0.49 0 0.13 284.59 0.62 0.65
Hex C1 70 DD D 31 0 D 11D 3E 41
Octal 301 160 335 15 61 0 15 435 76 101
Binary 11000001 1110000 11011101 1101 110001 0 1101 100011101 111110 1000001

Color Harmonies of #C170DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170DD

Black with #C170DD

Text Example


Text Example

White with #C170DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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