Html Css Color HEX #C46ADD Medium Orchid

📋 copy color: '#C46ADD'

red 196 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #C46ADD

Tints of Medium Orchid #C46ADD

RGB

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

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

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

R = 37.48%
G = 20.27%
B = 42.26%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46ADD (or 0xC46ADD) is known color: Medium Orchid. HEX triplet: C4, 6A and DD. RGB value is (196,106,221). Sum of RGB (Red+Green+Blue) = 196+106+221=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #C46ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ADD is #3B9522. Grayscale: #919191. Windows color (decimal): -3904803 or 14510788. OLE color: 14510788.

HSL color Cylindrical-coordinate representation of color #C46ADD: hue angle of 286.96º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46ADD is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 106 221 -
CMYK 0.11 0.52 0 0.13
HSL 286.96º 0.63% 0.64% -
HSV(B) 286.96º 0.52% 0.87% -
XYZ 40.97 27.26 71.51 -
YUV 146.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 196 106 221 0.11 0.52 0 0.13 286.96 0.63 0.64
Hex C4 6A DD B 34 0 D 11F 3F 40
Octal 304 152 335 13 64 0 15 437 77 100
Binary 11000100 1101010 11011101 1011 110100 0 1101 100011111 111111 1000000

Color Harmonies of #C46ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ADD

Black with #C46ADD

Text Example


Text Example

White with #C46ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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