#C754EB

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

Shades of Medium Orchid #C754EB

Tints of Medium Orchid #C754EB

Color information

#C754EB (or 0xC754EB) is unknown color: approx Medium Orchid. HEX triplet: C7, 54 and EB. RGB value is (199,84,235). Sum of RGB (Red+Green+Blue) = 199+84+235=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #C754EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754EB is #38AB14. Grayscale: #878787. Windows color (decimal): -3713813 or 15422663. OLE color: 15422663.

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

Color convert

RGB19984235-
CMYK0.150.6400.08
HSL285.7º79.06%62.55%-
HSV(B)285.7º64.26%92.16%-
XYZ41.7224.4881.12-
YUV135.6184.1173.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 84 (33.20% from 255) = 16.22%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=38.42%
G=16.22%
B=45.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199842350.150.6400.08285.779.0662.55
HexC754EBF400811e4f3f
Octal3071243531710001043611777
Binary1100011110101001110101111111000000010001000111101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754EB; }

 p { color: rgb(199,84,235); }

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

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

 a { background-color: rgb(199,84,235); }

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

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

 span { border-color: rgb(199,84,235); }

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