Html Css Color HEX #C46BD7 Medium Orchid

📋 copy color: '#C46BD7'

red 196 ◦ green 107 ◦ blue 215

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

Shades of Medium Orchid #C46BD7

Tints of Medium Orchid #C46BD7

RGB

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

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

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

R = 37.84%
G = 20.66%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C46BD7 (or 0xC46BD7) is known color: Medium Orchid. HEX triplet: C4, 6B and D7. RGB value is (196,107,215). Sum of RGB (Red+Green+Blue) = 196+107+215=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #C46BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BD7 is #3B9428. Grayscale: #919191. Windows color (decimal): -3904553 or 14117828. OLE color: 14117828.

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

Color convert

RGB 196 107 215 -
CMYK 0.09 0.50 0 0.16
HSL 289.44º 0.57% 0.63% -
HSV(B) 289.44º 0.5% 0.84% -
XYZ 40.29 27.16 67.41 -
YUV 145.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 196 107 215 0.09 0.50 0 0.16 289.44 0.57 0.63
Hex C4 6B D7 9 32 0 10 121 39 3F
Octal 304 153 327 11 62 0 20 441 71 77
Binary 11000100 1101011 11010111 1001 110010 0 10000 100100001 111001 111111

Color Harmonies of #C46BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BD7

Black with #C46BD7

Text Example


Text Example

White with #C46BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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