Html Css Color HEX #C442DC Medium Orchid

📋 copy color: '#C442DC'

red 196 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #C442DC

Tints of Medium Orchid #C442DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

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

R = 40.66%
G = 13.69%
B = 45.64%

CMYK

 C value IS 0.11

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C442DC (or 0xC442DC) is known color: Medium Orchid. HEX triplet: C4, 42 and DC. RGB value is (196,66,220). Sum of RGB (Red+Green+Blue) = 196+66+220=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C442DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442DC is #3BBD23. Grayscale: #797979. Windows color (decimal): -3915044 or 14435012. OLE color: 14435012.

HSL color Cylindrical-coordinate representation of color #C442DC: hue angle of 290.65º 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 #C442DC is Cyan = 0.11, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 66 220 -
CMYK 0.11 0.7 0 0.14
HSL 290.65º 0.69% 0.56% -
HSV(B) 290.65º 0.7% 0.86% -
XYZ 37.63 20.8 69.74 -
YUV 122.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 196 66 220 0.11 0.7 0 0.14 290.65 0.69 0.56
Hex C4 42 DC B 46 0 E 123 45 38
Octal 304 102 334 13 106 0 16 443 105 70
Binary 11000100 1000010 11011100 1011 1000110 0 1110 100100011 1000101 111000

Color Harmonies of #C442DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442DC

Black with #C442DC

Text Example


Text Example

White with #C442DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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