Html Css Color HEX #C46AD7 Medium Orchid

📋 copy color: '#C46AD7'

red 196 ◦ green 106 ◦ blue 215

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

Shades of Medium Orchid #C46AD7

Tints of Medium Orchid #C46AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 37.91%
G = 20.5%
B = 41.59%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C46AD7 (or 0xC46AD7) is known color: Medium Orchid. HEX triplet: C4, 6A and D7. RGB value is (196,106,215). Sum of RGB (Red+Green+Blue) = 196+106+215=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #C46AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AD7 is #3B9528. Grayscale: #909090. Windows color (decimal): -3904809 or 14117572. OLE color: 14117572.

HSL color Cylindrical-coordinate representation of color #C46AD7: hue angle of 289.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46AD7 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 106 215 -
CMYK 0.09 0.51 0 0.16
HSL 289.54º 0.58% 0.63% -
HSV(B) 289.54º 0.51% 0.84% -
XYZ 40.18 26.95 67.37 -
YUV 145.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 196 106 215 0.09 0.51 0 0.16 289.54 0.58 0.63
Hex C4 6A D7 9 33 0 10 122 3A 3F
Octal 304 152 327 11 63 0 20 442 72 77
Binary 11000100 1101010 11010111 1001 110011 0 10000 100100010 111010 111111

Color Harmonies of #C46AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AD7

Black with #C46AD7

Text Example


Text Example

White with #C46AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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