Html Css Color HEX #C16AD4 Medium Orchid

📋 copy color: '#C16AD4'

red 193 ◦ green 106 ◦ blue 212

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

Shades of Medium Orchid #C16AD4

Tints of Medium Orchid #C16AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 37.77%
G = 20.74%
B = 41.49%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C16AD4 (or 0xC16AD4) is known color: Medium Orchid. HEX triplet: C1, 6A and D4. RGB value is (193,106,212). Sum of RGB (Red+Green+Blue) = 193+106+212=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C16AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AD4 is #3E952B. Grayscale: #8F8F8F. Windows color (decimal): -4101420 or 13920961. OLE color: 13920961.

HSL color Cylindrical-coordinate representation of color #C16AD4: hue angle of 289.25º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16AD4 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 106 212 -
CMYK 0.09 0.5 0 0.17
HSL 289.25º 0.55% 0.62% -
HSV(B) 289.25º 0.5% 0.83% -
XYZ 39.03 26.4 65.33 -
YUV 144.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 193 106 212 0.09 0.5 0 0.17 289.25 0.55 0.62
Hex C1 6A D4 9 32 0 11 121 37 3E
Octal 301 152 324 11 62 0 21 441 67 76
Binary 11000001 1101010 11010100 1001 110010 0 10001 100100001 110111 111110

Color Harmonies of #C16AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AD4

Black with #C16AD4

Text Example


Text Example

White with #C16AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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