Html Css Color HEX #C46AD6 Medium Orchid

📋 copy color: '#C46AD6'

red 196 ◦ green 106 ◦ blue 214

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

Shades of Medium Orchid #C46AD6

Tints of Medium Orchid #C46AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.54%

 BLUE value IS 214 (83.98% from 255) = 41.47%

R = 37.98%
G = 20.54%
B = 41.47%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C46AD6 (or 0xC46AD6) is known color: Medium Orchid. HEX triplet: C4, 6A and D6. RGB value is (196,106,214). Sum of RGB (Red+Green+Blue) = 196+106+214=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #C46AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AD6 is #3B9529. Grayscale: #909090. Windows color (decimal): -3904810 or 14052036. OLE color: 14052036.

HSL color Cylindrical-coordinate representation of color #C46AD6: hue angle of 290º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46AD6 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 106 214 -
CMYK 0.08 0.50 0 0.16
HSL 290º 0.57% 0.63% -
HSV(B) 290º 0.5% 0.84% -
XYZ 40.06 26.9 66.7 -
YUV 145.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 196 106 214 0.08 0.50 0 0.16 290 0.57 0.63
Hex C4 6A D6 8 32 0 10 122 39 3F
Octal 304 152 326 10 62 0 20 442 71 77
Binary 11000100 1101010 11010110 1000 110010 0 10000 100100010 111001 111111

Color Harmonies of #C46AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AD6

Black with #C46AD6

Text Example


Text Example

White with #C46AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AD6; }

 p { color: rgb(196,106,214); }

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

background-color css

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

 a { background-color: rgb(196,106,214); }

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

border-color css

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

 span { border-color: rgb(196,106,214); }

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