Html Css Color HEX #C46CDC Medium Orchid

📋 copy color: '#C46CDC'

red 196 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #C46CDC

Tints of Medium Orchid #C46CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

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

R = 37.4%
G = 20.61%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C46CDC (or 0xC46CDC) is known color: Medium Orchid. HEX triplet: C4, 6C and DC. RGB value is (196,108,220). Sum of RGB (Red+Green+Blue) = 196+108+220=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C46CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CDC is #3B9323. Grayscale: #929292. Windows color (decimal): -3904292 or 14445764. OLE color: 14445764.

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

Color convert

RGB 196 108 220 -
CMYK 0.11 0.51 0 0.14
HSL 287.14º 0.62% 0.64% -
HSV(B) 287.14º 0.51% 0.86% -
XYZ 41.05 27.63 70.88 -
YUV 147.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 196 108 220 0.11 0.51 0 0.14 287.14 0.62 0.64
Hex C4 6C DC B 33 0 E 11F 3E 40
Octal 304 154 334 13 63 0 16 437 76 100
Binary 11000100 1101100 11011100 1011 110011 0 1110 100011111 111110 1000000

Color Harmonies of #C46CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CDC

Black with #C46CDC

Text Example


Text Example

White with #C46CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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