#C54BED

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

Shades of Medium Orchid #C54BED

Tints of Medium Orchid #C54BED

Color information

#C54BED (or 0xC54BED) is unknown color: approx Medium Orchid. HEX triplet: C5, 4B and ED. RGB value is (197,75,237). Sum of RGB (Red+Green+Blue) = 197+75+237=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C54BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BED is #3AB412. Grayscale: #818181. Windows color (decimal): -3847187 or 15551429. OLE color: 15551429.

HSL color Cylindrical-coordinate representation of color #C54BED: hue angle of 285.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54BED is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19775237-
CMYK0.170.6800.07
HSL285.19º81.82%61.18%-
HSV(B)285.19º68.35%92.94%-
XYZ40.8323.0282.41-
YUV129.95188.42175.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 75 (29.69% from 255) = 14.73%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=38.70%
G=14.73%
B=46.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197752370.170.6800.07285.1981.8261.18
HexC54BED11440711d523d
Octal305113355211040743512275
Binary1100010110010111110110110001100010001111000111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BED; }

 p { color: rgb(197,75,237); }

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

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

 a { background-color: rgb(197,75,237); }

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

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

 span { border-color: rgb(197,75,237); }

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