Html Css Color HEX #C46BDB Medium Orchid

📋 copy color: '#C46BDB'

red 196 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #C46BDB

Tints of Medium Orchid #C46BDB

RGB

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

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

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

R = 37.55%
G = 20.5%
B = 41.95%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C46BDB (or 0xC46BDB) is known color: Medium Orchid. HEX triplet: C4, 6B and DB. RGB value is (196,107,219). Sum of RGB (Red+Green+Blue) = 196+107+219=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C46BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BDB is #3B9424. Grayscale: #929292. Windows color (decimal): -3904549 or 14379972. OLE color: 14379972.

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

Color convert

RGB 196 107 219 -
CMYK 0.11 0.51 0 0.14
HSL 287.68º 0.61% 0.64% -
HSV(B) 287.68º 0.51% 0.86% -
XYZ 40.81 27.37 70.15 -
YUV 146.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 196 107 219 0.11 0.51 0 0.14 287.68 0.61 0.64
Hex C4 6B DB B 33 0 E 120 3D 40
Octal 304 153 333 13 63 0 16 440 75 100
Binary 11000100 1101011 11011011 1011 110011 0 1110 100100000 111101 1000000

Color Harmonies of #C46BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BDB

Black with #C46BDB

Text Example


Text Example

White with #C46BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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