#C453DF

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

Shades of Medium Orchid #C453DF

Tints of Medium Orchid #C453DF

Color information

#C453DF (or 0xC453DF) is unknown color: approx Medium Orchid. HEX triplet: C4, 53 and DF. RGB value is (196,83,223). Sum of RGB (Red+Green+Blue) = 196+83+223=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C453DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453DF is #3BAC20. Grayscale: #848484. Windows color (decimal): -3910689 or 14635972. OLE color: 14635972.

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

Color convert

RGB19683223-
CMYK0.120.6300.13
HSL288.43º68.63%60%-
HSV(B)288.43º62.78%87.45%-
XYZ39.1823.2572.23-
YUV132.75178.94173.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 83 (32.81% from 255) = 16.53%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=39.04%
G=16.53%
B=44.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196832230.120.6300.13288.4368.6360
HexC453DFC3F0D120453c
Octal304123337147701544010574
Binary110001001010011110111111100111111011011001000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453DF; }

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

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

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

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

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

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

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

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