#C44DFD

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

Shades of Medium Orchid #C44DFD

Tints of Medium Orchid #C44DFD

Color information

#C44DFD (or 0xC44DFD) is unknown color: approx Medium Orchid. HEX triplet: C4, 4D and FD. RGB value is (196,77,253). Sum of RGB (Red+Green+Blue) = 196+77+253=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C44DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFD is #3BB202. Grayscale: #848484. Windows color (decimal): -3912195 or 16600516. OLE color: 16600516.

HSL color Cylindrical-coordinate representation of color #C44DFD: hue angle of 280.57º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44DFD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19677253-
CMYK0.230.7000.01
HSL280.57º97.78%64.71%-
HSV(B)280.57º69.57%99.22%-
XYZ43.1524.1495.31-
YUV132.65195.92173.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 77 (30.47% from 255) = 14.64%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=37.26%
G=14.64%
B=48.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal196772530.230.7000.01280.5797.7864.71
HexC44DFD1746011196241
Octal3041153752710601431142101
Binary110001001001101111111011011110001100110001100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DFD; }

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

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

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

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

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

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

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

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