Html Css Color HEX #C46AD5 Medium Orchid

📋 copy color: '#C46AD5'

red 196 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #C46AD5

Tints of Medium Orchid #C46AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 38.06%
G = 20.58%
B = 41.36%

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

#C46AD5 (or 0xC46AD5) is known color: Medium Orchid. HEX triplet: C4, 6A and D5. RGB value is (196,106,213). Sum of RGB (Red+Green+Blue) = 196+106+213=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #C46AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AD5 is #3B952A. Grayscale: #909090. Windows color (decimal): -3904811 or 13986500. OLE color: 13986500.

HSL color Cylindrical-coordinate representation of color #C46AD5: hue angle of 290.47º degrees, saturation: 0.56, 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 #C46AD5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 106 213 -
CMYK 0.08 0.50 0 0.16
HSL 290.47º 0.56% 0.63% -
HSV(B) 290.47º 0.5% 0.84% -
XYZ 39.93 26.85 66.03 -
YUV 145.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 196 106 213 0.08 0.50 0 0.16 290.47 0.56 0.63
Hex C4 6A D5 8 32 0 10 122 38 3F
Octal 304 152 325 10 62 0 20 442 70 77
Binary 11000100 1101010 11010101 1000 110010 0 10000 100100010 111000 111111

Color Harmonies of #C46AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AD5

Black with #C46AD5

Text Example


Text Example

White with #C46AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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