#C94FDA

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

Shades of Medium Orchid #C94FDA

Tints of Medium Orchid #C94FDA

Color information

#C94FDA (or 0xC94FDA) is unknown color: approx Medium Orchid. HEX triplet: C9, 4F and DA. RGB value is (201,79,218). Sum of RGB (Red+Green+Blue) = 201+79+218=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #C94FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FDA is #36B025. Grayscale: #828282. Windows color (decimal): -3584038 or 14307273. OLE color: 14307273.

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

Color convert

RGB20179218-
CMYK0.080.6400.15
HSL292.66º65.26%58.24%-
HSV(B)292.66º63.76%85.49%-
XYZ39.5423.0768.7-
YUV131.32176.92177.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 79 (31.25% from 255) = 15.86%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=40.36%
G=15.86%
B=43.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201792180.080.6400.15292.6665.2658.24
HexC94FDA8400F125413a
Octal3111173321010001744510172
Binary1100100110011111101101010001000000011111001001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94FDA; }

 p { color: rgb(201,79,218); }

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

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

 a { background-color: rgb(201,79,218); }

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

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

 span { border-color: rgb(201,79,218); }

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