#C94BD8

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

Shades of Medium Orchid #C94BD8

Tints of Medium Orchid #C94BD8

Color information

#C94BD8 (or 0xC94BD8) is unknown color: approx Medium Orchid. HEX triplet: C9, 4B and D8. RGB value is (201,75,216). Sum of RGB (Red+Green+Blue) = 201+75+216=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #C94BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BD8 is #36B427. Grayscale: #808080. Windows color (decimal): -3585064 or 14175177. OLE color: 14175177.

HSL color Cylindrical-coordinate representation of color #C94BD8: hue angle of 293.62º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94BD8 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20175216-
CMYK0.070.6500.15
HSL293.62º64.38%57.06%-
HSV(B)293.62º65.28%84.71%-
XYZ3922.4167.24-
YUV128.75177.24179.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 75 (29.69% from 255) = 15.24%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=40.85%
G=15.24%
B=43.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201752160.070.6500.15293.6264.3857.06
HexC94BD87410F1264039
Octal311113330710101744610071
Binary110010011001011110110001111000001011111001001101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BD8; }

 p { color: rgb(201,75,216); }

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

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

 a { background-color: rgb(201,75,216); }

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

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

 span { border-color: rgb(201,75,216); }

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