Html Css Color HEX #C446DC Medium Orchid

📋 copy color: '#C446DC'

red 196 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #C446DC

Tints of Medium Orchid #C446DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.4%

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

R = 40.33%
G = 14.4%
B = 45.27%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C446DC (or 0xC446DC) is known color: Medium Orchid. HEX triplet: C4, 46 and DC. RGB value is (196,70,220). Sum of RGB (Red+Green+Blue) = 196+70+220=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C446DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DC is #3BB923. Grayscale: #7C7C7C. Windows color (decimal): -3914020 or 14436036. OLE color: 14436036.

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

Color convert

RGB 196 70 220 -
CMYK 0.11 0.68 0 0.14
HSL 290.4º 0.68% 0.57% -
HSV(B) 290.4º 0.68% 0.86% -
XYZ 37.87 21.28 69.82 -
YUV 124.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 196 70 220 0.11 0.68 0 0.14 290.4 0.68 0.57
Hex C4 46 DC B 44 0 E 122 44 39
Octal 304 106 334 13 104 0 16 442 104 71
Binary 11000100 1000110 11011100 1011 1000100 0 1110 100100010 1000100 111001

Color Harmonies of #C446DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446DC

Black with #C446DC

Text Example


Text Example

White with #C446DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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