#C04BDF

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

Shades of Medium Orchid #C04BDF

Tints of Medium Orchid #C04BDF

Color information

#C04BDF (or 0xC04BDF) is unknown color: approx Medium Orchid. HEX triplet: C0, 4B and DF. RGB value is (192,75,223). Sum of RGB (Red+Green+Blue) = 192+75+223=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #C04BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BDF is #3FB420. Grayscale: #7E7E7E. Windows color (decimal): -4174881 or 14633920. OLE color: 14633920.

HSL color Cylindrical-coordinate representation of color #C04BDF: hue angle of 287.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04BDF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19275223-
CMYK0.140.6600.13
HSL287.43º69.81%58.43%-
HSV(B)287.43º66.37%87.45%-
XYZ37.5721.5771.99-
YUV126.85182.26174.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 75 (29.69% from 255) = 15.31%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=39.18%
G=15.31%
B=45.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192752230.140.6600.13287.4369.8158.43
HexC04BDFE420D11f463a
Octal3001133371610201543710672
Binary1100000010010111101111111101000010011011000111111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04BDF; }

 p { color: rgb(192,75,223); }

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

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

 a { background-color: rgb(192,75,223); }

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

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

 span { border-color: rgb(192,75,223); }

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