Html Css Color HEX #C16BD4 Medium Orchid

📋 copy color: '#C16BD4'

red 193 ◦ green 107 ◦ blue 212

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

Shades of Medium Orchid #C16BD4

Tints of Medium Orchid #C16BD4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 37.7%
G = 20.9%
B = 41.41%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C16BD4 (or 0xC16BD4) is known color: Medium Orchid. HEX triplet: C1, 6B and D4. RGB value is (193,107,212). Sum of RGB (Red+Green+Blue) = 193+107+212=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #C16BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BD4 is #3E942B. Grayscale: #909090. Windows color (decimal): -4101164 or 13921217. OLE color: 13921217.

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

Color convert

RGB 193 107 212 -
CMYK 0.09 0.50 0 0.17
HSL 289.14º 0.55% 0.63% -
HSV(B) 289.14º 0.5% 0.83% -
XYZ 39.13 26.61 65.36 -
YUV 144.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 193 107 212 0.09 0.50 0 0.17 289.14 0.55 0.63
Hex C1 6B D4 9 32 0 11 121 37 3F
Octal 301 153 324 11 62 0 21 441 67 77
Binary 11000001 1101011 11010100 1001 110010 0 10001 100100001 110111 111111

Color Harmonies of #C16BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BD4

Black with #C16BD4

Text Example


Text Example

White with #C16BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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