#C44DE6

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

Shades of Medium Orchid #C44DE6

Tints of Medium Orchid #C44DE6

Color information

#C44DE6 (or 0xC44DE6) is unknown color: approx Medium Orchid. HEX triplet: C4, 4D and E6. RGB value is (196,77,230). Sum of RGB (Red+Green+Blue) = 196+77+230=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #C44DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DE6 is #3BB219. Grayscale: #818181. Windows color (decimal): -3912218 or 15093188. OLE color: 15093188.

HSL color Cylindrical-coordinate representation of color #C44DE6: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44DE6 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19677230-
CMYK0.150.6700.10
HSL286.67º75.37%60.2%-
HSV(B)286.67º66.52%90.2%-
XYZ39.722.7677.16-
YUV130.02184.42175.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 77 (30.47% from 255) = 15.31%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=38.97%
G=15.31%
B=45.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal196772300.150.6700.10286.6775.3760.2
HexC44DE6F430A11f4b3c
Octal3041153461710301243711374
Binary1100010010011011110011011111000011010101000111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DE6; }

 p { color: rgb(196,77,230); }

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

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

 a { background-color: rgb(196,77,230); }

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

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

 span { border-color: rgb(196,77,230); }

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