Html Css Color HEX #C16ADF Medium Orchid

📋 copy color: '#C16ADF'

red 193 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #C16ADF

Tints of Medium Orchid #C16ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.31%

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

R = 36.97%
G = 20.31%
B = 42.72%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16ADF (or 0xC16ADF) is known color: Medium Orchid. HEX triplet: C1, 6A and DF. RGB value is (193,106,223). Sum of RGB (Red+Green+Blue) = 193+106+223=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADF is #3E9520. Grayscale: #909090. Windows color (decimal): -4101409 or 14641857. OLE color: 14641857.

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

Color convert

RGB 193 106 223 -
CMYK 0.13 0.52 0 0.13
HSL 284.62º 0.65% 0.65% -
HSV(B) 284.62º 0.52% 0.87% -
XYZ 40.47 26.97 72.89 -
YUV 145.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 193 106 223 0.13 0.52 0 0.13 284.62 0.65 0.65
Hex C1 6A DF D 34 0 D 11D 41 41
Octal 301 152 337 15 64 0 15 435 101 101
Binary 11000001 1101010 11011111 1101 110100 0 1101 100011101 1000001 1000001

Color Harmonies of #C16ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ADF

Black with #C16ADF

Text Example


Text Example

White with #C16ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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