Html Css Color HEX #C46FDB Medium Orchid

📋 copy color: '#C46FDB'

red 196 ◦ green 111 ◦ blue 219

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

Shades of Medium Orchid #C46FDB

Tints of Medium Orchid #C46FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

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

R = 37.26%
G = 21.1%
B = 41.63%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C46FDB (or 0xC46FDB) is known color: Medium Orchid. HEX triplet: C4, 6F and DB. RGB value is (196,111,219). Sum of RGB (Red+Green+Blue) = 196+111+219=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C46FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FDB is #3B9024. Grayscale: #949494. Windows color (decimal): -3903525 or 14380996. OLE color: 14380996.

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

Color convert

RGB 196 111 219 -
CMYK 0.11 0.49 0 0.14
HSL 287.22º 0.6% 0.65% -
HSV(B) 287.22º 0.49% 0.86% -
XYZ 41.24 28.22 70.29 -
YUV 148.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 196 111 219 0.11 0.49 0 0.14 287.22 0.6 0.65
Hex C4 6F DB B 31 0 E 11F 3C 41
Octal 304 157 333 13 61 0 16 437 74 101
Binary 11000100 1101111 11011011 1011 110001 0 1110 100011111 111100 1000001

Color Harmonies of #C46FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FDB

Black with #C46FDB

Text Example


Text Example

White with #C46FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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