Html Css Color HEX #C464DB Medium Orchid

📋 copy color: '#C464DB'

red 196 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #C464DB

Tints of Medium Orchid #C464DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.42%

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

R = 38.06%
G = 19.42%
B = 42.52%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C464DB (or 0xC464DB) is known color: Medium Orchid. HEX triplet: C4, 64 and DB. RGB value is (196,100,219). Sum of RGB (Red+Green+Blue) = 196+100+219=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C464DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DB is #3B9B24. Grayscale: #8D8D8D. Windows color (decimal): -3906341 or 14378180. OLE color: 14378180.

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

Color convert

RGB 196 100 219 -
CMYK 0.11 0.54 0 0.14
HSL 288.4º 0.62% 0.63% -
HSV(B) 288.4º 0.54% 0.86% -
XYZ 40.11 25.96 69.92 -
YUV 142.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 196 100 219 0.11 0.54 0 0.14 288.4 0.62 0.63
Hex C4 64 DB B 36 0 E 120 3E 3F
Octal 304 144 333 13 66 0 16 440 76 77
Binary 11000100 1100100 11011011 1011 110110 0 1110 100100000 111110 111111

Color Harmonies of #C464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464DB

Black with #C464DB

Text Example


Text Example

White with #C464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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