Html Css Color HEX #C46ADC Medium Orchid

📋 copy color: '#C46ADC'

red 196 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #C46ADC

Tints of Medium Orchid #C46ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 37.55%
G = 20.31%
B = 42.15%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C46ADC (or 0xC46ADC) is known color: Medium Orchid. HEX triplet: C4, 6A and DC. RGB value is (196,106,220). Sum of RGB (Red+Green+Blue) = 196+106+220=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C46ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ADC is #3B9523. Grayscale: #919191. Windows color (decimal): -3904804 or 14445252. OLE color: 14445252.

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

Color convert

RGB 196 106 220 -
CMYK 0.11 0.52 0 0.14
HSL 287.37º 0.62% 0.64% -
HSV(B) 287.37º 0.52% 0.86% -
XYZ 40.84 27.21 70.81 -
YUV 145.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 196 106 220 0.11 0.52 0 0.14 287.37 0.62 0.64
Hex C4 6A DC B 34 0 E 11F 3E 40
Octal 304 152 334 13 64 0 16 437 76 100
Binary 11000100 1101010 11011100 1011 110100 0 1110 100011111 111110 1000000

Color Harmonies of #C46ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ADC

Black with #C46ADC

Text Example


Text Example

White with #C46ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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