#C442EE

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

Shades of Medium Orchid #C442EE

Tints of Medium Orchid #C442EE

Color information

#C442EE (or 0xC442EE) is unknown color: approx Medium Orchid. HEX triplet: C4, 42 and EE. RGB value is (196,66,238). Sum of RGB (Red+Green+Blue) = 196+66+238=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C442EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442EE is #3BBD11. Grayscale: #7B7B7B. Windows color (decimal): -3915026 or 15614660. OLE color: 15614660.

HSL color Cylindrical-coordinate representation of color #C442EE: hue angle of 285.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C442EE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19666238-
CMYK0.180.7200.07
HSL285.35º83.5%59.61%-
HSV(B)285.35º72.27%93.33%-
XYZ40.1521.8182.98-
YUV124.48192.07179.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 66 (26.17% from 255) = 13.2%
BLUE value IS 238 (93.36% from 255) = 47.6%
R=39.2%
G=13.2%
B=47.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196662380.180.7200.07285.3583.559.61
HexC442EE12480711d533c
Octal304102356221100743512374
Binary1100010010000101110111010010100100001111000111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442EE; }

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

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

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

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

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

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

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

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