Html Css Color HEX #C463DB Medium Orchid

📋 copy color: '#C463DB'

red 196 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #C463DB

Tints of Medium Orchid #C463DB

RGB

 RED value IS 196 (76.95% from 255) = 38.13%

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

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

R = 38.13%
G = 19.26%
B = 42.61%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C463DB (or 0xC463DB) is known color: Medium Orchid. HEX triplet: C4, 63 and DB. RGB value is (196,99,219). Sum of RGB (Red+Green+Blue) = 196+99+219=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C463DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463DB is #3B9C24. Grayscale: #8D8D8D. Windows color (decimal): -3906597 or 14377924. OLE color: 14377924.

HSL color Cylindrical-coordinate representation of color #C463DB: hue angle of 288.5º 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 #C463DB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 99 219 -
CMYK 0.11 0.55 0 0.14
HSL 288.5º 0.63% 0.62% -
HSV(B) 288.5º 0.55% 0.86% -
XYZ 40.01 25.77 69.88 -
YUV 141.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 196 99 219 0.11 0.55 0 0.14 288.5 0.63 0.62
Hex C4 63 DB B 37 0 E 120 3E 3E
Octal 304 143 333 13 67 0 16 440 76 76
Binary 11000100 1100011 11011011 1011 110111 0 1110 100100000 111110 111110

Color Harmonies of #C463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463DB

Black with #C463DB

Text Example


Text Example

White with #C463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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