Html Css Color HEX #C16DCB Medium Orchid

📋 copy color: '#C16DCB'

red 193 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #C16DCB

Tints of Medium Orchid #C16DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 38.22%
G = 21.58%
B = 40.2%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C16DCB (or 0xC16DCB) is known color: Medium Orchid. HEX triplet: C1, 6D and CB. RGB value is (193,109,203). Sum of RGB (Red+Green+Blue) = 193+109+203=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #C16DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCB is #3E9234. Grayscale: #909090. Windows color (decimal): -4100661 or 13331905. OLE color: 13331905.

HSL color Cylindrical-coordinate representation of color #C16DCB: hue angle of 293.62º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16DCB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 109 203 -
CMYK 0.05 0.46 0 0.20
HSL 293.62º 0.47% 0.61% -
HSV(B) 293.62º 0.46% 0.8% -
XYZ 38.24 26.59 59.62 -
YUV 144.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 193 109 203 0.05 0.46 0 0.20 293.62 0.47 0.61
Hex C1 6D CB 5 2E 0 14 126 2F 3D
Octal 301 155 313 5 56 0 24 446 57 75
Binary 11000001 1101101 11001011 101 101110 0 10100 100100110 101111 111101

Color Harmonies of #C16DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DCB

Black with #C16DCB

Text Example


Text Example

White with #C16DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DCB; }

 p { color: rgb(193,109,203); }

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

background-color css

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

 a { background-color: rgb(193,109,203); }

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

border-color css

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

 span { border-color: rgb(193,109,203); }

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