#C94BD5

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

Shades of Medium Orchid #C94BD5

Tints of Medium Orchid #C94BD5

Color information

#C94BD5 (or 0xC94BD5) is unknown color: approx Medium Orchid. HEX triplet: C9, 4B and D5. RGB value is (201,75,213). Sum of RGB (Red+Green+Blue) = 201+75+213=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BD5 is #36B42A. Grayscale: #7F7F7F. Windows color (decimal): -3585067 or 13978569. OLE color: 13978569.

HSL color Cylindrical-coordinate representation of color #C94BD5: hue angle of 294.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94BD5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20175213-
CMYK0.060.6500.16
HSL294.78º62.16%56.47%-
HSV(B)294.78º64.79%83.53%-
XYZ38.6122.2565.21-
YUV128.41175.74179.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=41.10%
G=15.34%
B=43.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201752130.060.6500.16294.7862.1656.47
HexC94BD56410101273e38
Octal31111332561010204477670
Binary110010011001011110101011101000001010000100100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BD5; }

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

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

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

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

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

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

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

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