Html Css Color HEX #C440DC Medium Orchid

📋 copy color: '#C440DC'

red 196 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #C440DC

Tints of Medium Orchid #C440DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.33%

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

R = 40.83%
G = 13.33%
B = 45.83%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C440DC (or 0xC440DC) is known color: Medium Orchid. HEX triplet: C4, 40 and DC. RGB value is (196,64,220). Sum of RGB (Red+Green+Blue) = 196+64+220=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #C440DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440DC is #3BBF23. Grayscale: #787878. Windows color (decimal): -3915556 or 14434500. OLE color: 14434500.

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

Color convert

RGB 196 64 220 -
CMYK 0.11 0.71 0 0.14
HSL 290.77º 0.69% 0.56% -
HSV(B) 290.77º 0.71% 0.86% -
XYZ 37.52 20.57 69.7 -
YUV 121.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 196 64 220 0.11 0.71 0 0.14 290.77 0.69 0.56
Hex C4 40 DC B 47 0 E 123 45 38
Octal 304 100 334 13 107 0 16 443 105 70
Binary 11000100 1000000 11011100 1011 1000111 0 1110 100100011 1000101 111000

Color Harmonies of #C440DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440DC

Black with #C440DC

Text Example


Text Example

White with #C440DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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