#C44CFE

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

Shades of Medium Orchid #C44CFE

Tints of Medium Orchid #C44CFE

Color information

#C44CFE (or 0xC44CFE) is unknown color: approx Medium Orchid. HEX triplet: C4, 4C and FE. RGB value is (196,76,254). Sum of RGB (Red+Green+Blue) = 196+76+254=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C44CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CFE is #3BB301. Grayscale: #838383. Windows color (decimal): -3912450 or 16665796. OLE color: 16665796.

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

Color convert

RGB19676254-
CMYK0.230.7000.00
HSL280.45º98.89%64.71%-
HSV(B)280.45º70.08%99.61%-
XYZ43.2424.0696.13-
YUV132.17196.76173.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 76 (30.08% from 255) = 14.45%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=37.26%
G=14.45%
B=48.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal196762540.230.7000.00280.4598.8964.71
HexC44CFE1746001186341
Octal3041143762710600430143101
Binary110001001001100111111101011110001100010001100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44CFE; }

 p { color: rgb(196,76,254); }

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

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

 a { background-color: rgb(196,76,254); }

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

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

 span { border-color: rgb(196,76,254); }

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