Html Css Color HEX #C46EDD Medium Orchid

📋 copy color: '#C46EDD'

red 196 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C46EDD

Tints of Medium Orchid #C46EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.87%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 37.19%
G = 20.87%
B = 41.94%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46EDD (or 0xC46EDD) is known color: Medium Orchid. HEX triplet: C4, 6E and DD. RGB value is (196,110,221). Sum of RGB (Red+Green+Blue) = 196+110+221=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C46EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EDD is #3B9122. Grayscale: #949494. Windows color (decimal): -3903779 or 14511812. OLE color: 14511812.

HSL color Cylindrical-coordinate representation of color #C46EDD: hue angle of 286.49º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46EDD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 110 221 -
CMYK 0.11 0.50 0 0.13
HSL 286.49º 0.62% 0.65% -
HSV(B) 286.49º 0.5% 0.87% -
XYZ 41.39 28.11 71.65 -
YUV 148.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 196 110 221 0.11 0.50 0 0.13 286.49 0.62 0.65
Hex C4 6E DD B 32 0 D 11E 3E 41
Octal 304 156 335 13 62 0 15 436 76 101
Binary 11000100 1101110 11011101 1011 110010 0 1101 100011110 111110 1000001

Color Harmonies of #C46EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46EDD

Black with #C46EDD

Text Example


Text Example

White with #C46EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46EDD; }

 p { color: rgb(196,110,221); }

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

background-color css

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

 a { background-color: rgb(196,110,221); }

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

border-color css

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

 span { border-color: rgb(196,110,221); }

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