Html Css Color HEX #C16FDD Medium Orchid

📋 copy color: '#C16FDD'

red 193 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #C16FDD

Tints of Medium Orchid #C16FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

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

R = 36.76%
G = 21.14%
B = 42.1%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16FDD (or 0xC16FDD) is known color: Medium Orchid. HEX triplet: C1, 6F and DD. RGB value is (193,111,221). Sum of RGB (Red+Green+Blue) = 193+111+221=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C16FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FDD is #3E9022. Grayscale: #939393. Windows color (decimal): -4100131 or 14512065. OLE color: 14512065.

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

Color convert

RGB 193 111 221 -
CMYK 0.13 0.50 0 0.13
HSL 284.73º 0.62% 0.65% -
HSV(B) 284.73º 0.5% 0.87% -
XYZ 40.73 27.93 71.65 -
YUV 148.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 193 111 221 0.13 0.50 0 0.13 284.73 0.62 0.65
Hex C1 6F DD D 32 0 D 11D 3E 41
Octal 301 157 335 15 62 0 15 435 76 101
Binary 11000001 1101111 11011101 1101 110010 0 1101 100011101 111110 1000001

Color Harmonies of #C16FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FDD

Black with #C16FDD

Text Example


Text Example

White with #C16FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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