#C454DF

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

Shades of Medium Orchid #C454DF

Tints of Medium Orchid #C454DF

Color information

#C454DF (or 0xC454DF) is unknown color: approx Medium Orchid. HEX triplet: C4, 54 and DF. RGB value is (196,84,223). Sum of RGB (Red+Green+Blue) = 196+84+223=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C454DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454DF is #3BAB20. Grayscale: #848484. Windows color (decimal): -3910433 or 14636228. OLE color: 14636228.

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

Color convert

RGB19684223-
CMYK0.120.6200.13
HSL288.35º68.47%60.2%-
HSV(B)288.35º62.33%87.45%-
XYZ39.2523.472.26-
YUV133.33178.61172.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 84 (33.20% from 255) = 16.70%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=38.97%
G=16.70%
B=44.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196842230.120.6200.13288.3568.4760.2
HexC454DFC3E0D120443c
Octal304124337147601544010474
Binary110001001010100110111111100111110011011001000001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C454DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C454DF; }

 p { color: rgb(196,84,223); }

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

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

 a { background-color: rgb(196,84,223); }

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

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

 span { border-color: rgb(196,84,223); }

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