#C245DE

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

Shades of Medium Orchid #C245DE

Tints of Medium Orchid #C245DE

Color information

#C245DE (or 0xC245DE) is unknown color: approx Medium Orchid. HEX triplet: C2, 45 and DE. RGB value is (194,69,222). Sum of RGB (Red+Green+Blue) = 194+69+222=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C245DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DE is #3DBA21. Grayscale: #7B7B7B. Windows color (decimal): -4045346 or 14566850. OLE color: 14566850.

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

Color convert

RGB19469222-
CMYK0.130.6900.13
HSL289.02º69.86%57.06%-
HSV(B)289.02º68.92%87.06%-
XYZ37.562171.18-
YUV123.82183.41178.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 14.23%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=40%
G=14.23%
B=45.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194692220.130.6900.13289.0269.8657.06
HexC245DED450D1214639
Octal3021053361510501544110671
Binary1100001010001011101111011011000101011011001000011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245DE; }

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

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

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

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

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

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

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

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