#C471DB

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

Shades of Medium Orchid #C471DB

Tints of Medium Orchid #C471DB

Color information

#C471DB (or 0xC471DB) is unknown color: approx Medium Orchid. HEX triplet: C4, 71 and DB. RGB value is (196,113,219). Sum of RGB (Red+Green+Blue) = 196+113+219=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C471DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471DB is #3B8E24. Grayscale: #959595. Windows color (decimal): -3903013 or 14381508. OLE color: 14381508.

HSL color Cylindrical-coordinate representation of color #C471DB: hue angle of 286.98º 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 #C471DB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196113219-
CMYK0.110.4800.14
HSL286.98º59.55%65.1%-
HSV(B)286.98º48.4%85.88%-
XYZ41.4628.6670.36-
YUV149.9167160.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=37.12%
G=21.40%
B=41.48%

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
Decimal1961132190.110.4800.14286.9859.5565.1
HexC471DBB300E11f3c41
Octal304161333136001643774101
Binary110001001110001110110111011110000011101000111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471DB; }

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

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

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

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

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

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

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

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