#C240DB

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

Shades of Medium Orchid #C240DB

Tints of Medium Orchid #C240DB

Color information

#C240DB (or 0xC240DB) is unknown color: approx Medium Orchid. HEX triplet: C2, 40 and DB. RGB value is (194,64,219). Sum of RGB (Red+Green+Blue) = 194+64+219=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #C240DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240DB is #3DBF24. Grayscale: #787878. Windows color (decimal): -4046629 or 14368962. OLE color: 14368962.

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

Color convert

RGB19464219-
CMYK0.110.7100.14
HSL290.32º68.28%55.49%-
HSV(B)290.32º70.78%85.88%-
XYZ36.8720.2568.98-
YUV120.54183.57180.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=40.67%
G=13.42%
B=45.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194642190.110.7100.14290.3268.2855.49
HexC240DBB470E1224437
Octal3021003331310701644210467
Binary1100001010000001101101110111000111011101001000101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C240DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C240DB; }

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

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

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

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

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

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

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

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