Html Css Color HEX #C163DB Medium Orchid

📋 copy color: '#C163DB'

red 193 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #C163DB

Tints of Medium Orchid #C163DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.37%

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 37.77%
G = 19.37%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C163DB (or 0xC163DB) is known color: Medium Orchid. HEX triplet: C1, 63 and DB. RGB value is (193,99,219). Sum of RGB (Red+Green+Blue) = 193+99+219=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C163DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163DB is #3E9C24. Grayscale: #8C8C8C. Windows color (decimal): -4103205 or 14377921. OLE color: 14377921.

HSL color Cylindrical-coordinate representation of color #C163DB: hue angle of 287º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C163DB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 99 219 -
CMYK 0.12 0.55 0 0.14
HSL 287º 0.63% 0.62% -
HSV(B) 287º 0.55% 0.86% -
XYZ 39.24 25.38 69.85 -
YUV 140.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 193 99 219 0.12 0.55 0 0.14 287 0.63 0.62
Hex C1 63 DB C 37 0 E 11F 3E 3E
Octal 301 143 333 14 67 0 16 437 76 76
Binary 11000001 1100011 11011011 1100 110111 0 1110 100011111 111110 111110

Color Harmonies of #C163DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163DB

Black with #C163DB

Text Example


Text Example

White with #C163DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163DB; }

 p { color: rgb(193,99,219); }

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

background-color css

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

 a { background-color: rgb(193,99,219); }

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

border-color css

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

 span { border-color: rgb(193,99,219); }

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