#C95FDC

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

Shades of Medium Orchid #C95FDC

Tints of Medium Orchid #C95FDC

Color information

#C95FDC (or 0xC95FDC) is unknown color: approx Medium Orchid. HEX triplet: C9, 5F and DC. RGB value is (201,95,220). Sum of RGB (Red+Green+Blue) = 201+95+220=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C95FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FDC is #36A023. Grayscale: #8C8C8C. Windows color (decimal): -3579940 or 14442441. OLE color: 14442441.

HSL color Cylindrical-coordinate representation of color #C95FDC: hue angle of 290.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95FDC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20195220-
CMYK0.090.5700.14
HSL290.88º64.1%61.76%-
HSV(B)290.88º56.82%86.27%-
XYZ41.125.7770.52-
YUV140.94172.62170.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 95 (37.5% from 255) = 18.41%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=38.95%
G=18.41%
B=42.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201952200.090.5700.14290.8864.161.76
HexC95FDC9390E123403e
Octal311137334117101644310076
Binary110010011011111110111001001111001011101001000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FDC; }

 p { color: rgb(201,95,220); }

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

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

 a { background-color: rgb(201,95,220); }

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

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

 span { border-color: rgb(201,95,220); }

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