#C245D0

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

Shades of Medium Orchid #C245D0

Tints of Medium Orchid #C245D0

Color information

#C245D0 (or 0xC245D0) is unknown color: approx Medium Orchid. HEX triplet: C2, 45 and D0. RGB value is (194,69,208). Sum of RGB (Red+Green+Blue) = 194+69+208=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #C245D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245D0 is #3DBA2F. Grayscale: #797979. Windows color (decimal): -4045360 or 13649346. OLE color: 13649346.

HSL color Cylindrical-coordinate representation of color #C245D0: hue angle of 293.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C245D0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19469208-
CMYK0.070.6700.18
HSL293.96º59.66%54.31%-
HSV(B)293.96º66.83%81.57%-
XYZ35.7620.2861.7-
YUV122.22176.41179.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=41.19%
G=14.65%
B=44.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194692080.070.6700.18293.9659.6654.31
HexC245D07430121263c36
Octal30210532071030224467466
Binary110000101000101110100001111000011010010100100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245D0; }

 p { color: rgb(194,69,208); }

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

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

 a { background-color: rgb(194,69,208); }

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

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

 span { border-color: rgb(194,69,208); }

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