#C05FD4

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

Shades of Medium Orchid #C05FD4

Tints of Medium Orchid #C05FD4

Color information

#C05FD4 (or 0xC05FD4) is unknown color: approx Medium Orchid. HEX triplet: C0, 5F and D4. RGB value is (192,95,212). Sum of RGB (Red+Green+Blue) = 192+95+212=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #C05FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD4 is #3FA02B. Grayscale: #888888. Windows color (decimal): -4169772 or 13918144. OLE color: 13918144.

HSL color Cylindrical-coordinate representation of color #C05FD4: hue angle of 289.74º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05FD4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19295212-
CMYK0.090.5500.17
HSL289.74º57.64%60.2%-
HSV(B)289.74º55.19%83.14%-
XYZ37.7124.1464.96-
YUV137.34170.14166.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=38.48%
G=19.04%
B=42.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192952120.090.5500.17289.7457.6460.2
HexC05FD49370111223a3c
Octal30013732411670214427274
Binary110000001011111110101001001110111010001100100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FD4; }

 p { color: rgb(192,95,212); }

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

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

 a { background-color: rgb(192,95,212); }

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

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

 span { border-color: rgb(192,95,212); }

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