#C245D6

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

Shades of Medium Orchid #C245D6

Tints of Medium Orchid #C245D6

Color information

#C245D6 (or 0xC245D6) is unknown color: approx Medium Orchid. HEX triplet: C2, 45 and D6. RGB value is (194,69,214). Sum of RGB (Red+Green+Blue) = 194+69+214=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #C245D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245D6 is #3DBA29. Grayscale: #7A7A7A. Windows color (decimal): -4045354 or 14042562. OLE color: 14042562.

HSL color Cylindrical-coordinate representation of color #C245D6: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C245D6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19469214-
CMYK0.090.6800.16
HSL291.72º63.88%55.49%-
HSV(B)291.72º67.76%83.92%-
XYZ36.5120.5865.67-
YUV122.9179.41178.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 69 (27.34% from 255) = 14.47%
BLUE value IS 214 (83.98% from 255) = 44.86%
R=40.67%
G=14.47%
B=44.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194692140.090.6800.16291.7263.8855.49
HexC245D69440101244037
Octal3021053261110402044410067
Binary11000010100010111010110100110001000100001001001001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245D6; }

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

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

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

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

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

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

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

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