#C240D9

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

Shades of Medium Orchid #C240D9

Tints of Medium Orchid #C240D9

Color information

#C240D9 (or 0xC240D9) is unknown color: approx Medium Orchid. HEX triplet: C2, 40 and D9. RGB value is (194,64,217). Sum of RGB (Red+Green+Blue) = 194+64+217=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #C240D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240D9 is #3DBF26. Grayscale: #777777. Windows color (decimal): -4046631 or 14237890. OLE color: 14237890.

HSL color Cylindrical-coordinate representation of color #C240D9: hue angle of 290.98º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C240D9 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19464217-
CMYK0.110.7100.15
HSL290.98º66.81%55.1%-
HSV(B)290.98º70.51%85.1%-
XYZ36.6120.1567.6-
YUV120.31182.57180.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 64 (25.39% from 255) = 13.47%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=40.84%
G=13.47%
B=45.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194642170.110.7100.15290.9866.8155.1
HexC240D9B470F1234337
Octal3021003311310701744310367
Binary1100001010000001101100110111000111011111001000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C240D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C240D9; }

 p { color: rgb(194,64,217); }

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

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

 a { background-color: rgb(194,64,217); }

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

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

 span { border-color: rgb(194,64,217); }

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