#C371DB

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

Shades of Medium Orchid #C371DB

Tints of Medium Orchid #C371DB

Color information

#C371DB (or 0xC371DB) is unknown color: approx Medium Orchid. HEX triplet: C3, 71 and DB. RGB value is (195,113,219). Sum of RGB (Red+Green+Blue) = 195+113+219=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C371DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DB is #3C8E24. Grayscale: #959595. Windows color (decimal): -3968549 or 14381507. OLE color: 14381507.

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

Color convert

RGB195113219-
CMYK0.110.4800.14
HSL286.42º59.55%65.1%-
HSV(B)286.42º48.4%85.88%-
XYZ41.228.5370.35-
YUV149.6167.17160.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=37.00%
G=21.44%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951132190.110.4800.14286.4259.5565.1
HexC371DBB300E11e3c41
Octal303161333136001643674101
Binary110000111110001110110111011110000011101000111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371DB; }

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

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

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

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

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

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

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

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