#C94DDE

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

Shades of Medium Orchid #C94DDE

Tints of Medium Orchid #C94DDE

Color information

#C94DDE (or 0xC94DDE) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and DE. RGB value is (201,77,222). Sum of RGB (Red+Green+Blue) = 201+77+222=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #C94DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DDE is #36B221. Grayscale: #828282. Windows color (decimal): -3584546 or 14568905. OLE color: 14568905.

HSL color Cylindrical-coordinate representation of color #C94DDE: hue angle of 291.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94DDE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20177222-
CMYK0.090.6500.13
HSL291.31º68.72%58.63%-
HSV(B)291.31º65.32%87.06%-
XYZ39.932371.44-
YUV130.61179.58178.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 77 (30.47% from 255) = 15.4%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=40.2%
G=15.4%
B=44.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201772220.090.6500.13291.3168.7258.63
HexC94DDE9410D123453b
Octal3111153361110101544310573
Binary1100100110011011101111010011000001011011001000111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DDE; }

 p { color: rgb(201,77,222); }

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

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

 a { background-color: rgb(201,77,222); }

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

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

 span { border-color: rgb(201,77,222); }

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