Html Css Color HEX #C46ACD Medium Orchid

📋 copy color: '#C46ACD'

red 196 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #C46ACD

Tints of Medium Orchid #C46ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 38.66%
G = 20.91%
B = 40.43%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C46ACD (or 0xC46ACD) is known color: Medium Orchid. HEX triplet: C4, 6A and CD. RGB value is (196,106,205). Sum of RGB (Red+Green+Blue) = 196+106+205=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ACD is #3B9532. Grayscale: #8F8F8F. Windows color (decimal): -3904819 or 13462212. OLE color: 13462212.

HSL color Cylindrical-coordinate representation of color #C46ACD: hue angle of 294.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46ACD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 106 205 -
CMYK 0.04 0.48 0 0.20
HSL 294.55º 0.5% 0.61% -
HSV(B) 294.55º 0.48% 0.8% -
XYZ 38.94 26.45 60.81 -
YUV 144.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 196 106 205 0.04 0.48 0 0.20 294.55 0.5 0.61
Hex C4 6A CD 4 30 0 14 127 32 3D
Octal 304 152 315 4 60 0 24 447 62 75
Binary 11000100 1101010 11001101 100 110000 0 10100 100100111 110010 111101

Color Harmonies of #C46ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ACD

Black with #C46ACD

Text Example


Text Example

White with #C46ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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