#C370DB

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

Shades of Medium Orchid #C370DB

Tints of Medium Orchid #C370DB

Color information

#C370DB (or 0xC370DB) is unknown color: approx Medium Orchid. HEX triplet: C3, 70 and DB. RGB value is (195,112,219). Sum of RGB (Red+Green+Blue) = 195+112+219=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C370DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370DB is #3C8F24. Grayscale: #949494. Windows color (decimal): -3968805 or 14381251. OLE color: 14381251.

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

Color convert

RGB195112219-
CMYK0.110.4900.14
HSL286.54º59.78%64.9%-
HSV(B)286.54º48.86%85.88%-
XYZ41.0928.370.32-
YUV149.02167.5160.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=37.07%
G=21.29%
B=41.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951122190.110.4900.14286.5459.7864.9
HexC370DBB310E11f3c41
Octal303160333136101643774101
Binary110000111110000110110111011110001011101000111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370DB; }

 p { color: rgb(195,112,219); }

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

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

 a { background-color: rgb(195,112,219); }

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

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

 span { border-color: rgb(195,112,219); }

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