#C442DE

Color #C442DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C442DE

Tints of Medium Orchid #C442DE

Color information

#C442DE (or 0xC442DE) is unknown color: approx Medium Orchid. HEX triplet: C4, 42 and DE. RGB value is (196,66,222). Sum of RGB (Red+Green+Blue) = 196+66+222=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #C442DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442DE is #3BBD21. Grayscale: #7A7A7A. Windows color (decimal): -3915042 or 14566084. OLE color: 14566084.

HSL color Cylindrical-coordinate representation of color #C442DE: hue angle of 290º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C442DE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19666222-
CMYK0.120.7000.13
HSL290º70.27%56.47%-
HSV(B)290º70.27%87.06%-
XYZ37.920.9171.15-
YUV122.65184.07180.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 66 (26.17% from 255) = 13.64%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=40.50%
G=13.64%
B=45.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196662220.120.7000.1329070.2756.47
HexC442DEC460D1224638
Octal3041023361410601544210670
Binary1100010010000101101111011001000110011011001000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442DE; }

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

 H1.HeaderClassName
 {
   color: #C442DE;
 }
 .AnyTagClassName
 {
   color: #C442DE;
 }
</style>
background-color css

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

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

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

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

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

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