Html Css Color HEX #C441DC Medium Orchid

📋 copy color: '#C441DC'

red 196 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #C441DC

Tints of Medium Orchid #C441DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.51%

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

R = 40.75%
G = 13.51%
B = 45.74%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C441DC (or 0xC441DC) is known color: Medium Orchid. HEX triplet: C4, 41 and DC. RGB value is (196,65,220). Sum of RGB (Red+Green+Blue) = 196+65+220=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C441DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441DC is #3BBE23. Grayscale: #797979. Windows color (decimal): -3915300 or 14434756. OLE color: 14434756.

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

Color convert

RGB 196 65 220 -
CMYK 0.11 0.70 0 0.14
HSL 290.71º 0.69% 0.56% -
HSV(B) 290.71º 0.7% 0.86% -
XYZ 37.57 20.68 69.72 -
YUV 121.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 196 65 220 0.11 0.70 0 0.14 290.71 0.69 0.56
Hex C4 41 DC B 46 0 E 123 45 38
Octal 304 101 334 13 106 0 16 443 105 70
Binary 11000100 1000001 11011100 1011 1000110 0 1110 100100011 1000101 111000

Color Harmonies of #C441DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441DC

Black with #C441DC

Text Example


Text Example

White with #C441DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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