#C54BFD

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

Shades of Medium Orchid #C54BFD

Tints of Medium Orchid #C54BFD

Color information

#C54BFD (or 0xC54BFD) is unknown color: approx Medium Orchid. HEX triplet: C5, 4B and FD. RGB value is (197,75,253). Sum of RGB (Red+Green+Blue) = 197+75+253=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C54BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFD is #3AB402. Grayscale: #838383. Windows color (decimal): -3847171 or 16600005. OLE color: 16600005.

HSL color Cylindrical-coordinate representation of color #C54BFD: hue angle of 281.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54BFD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19775253-
CMYK0.220.7000.01
HSL281.12º97.8%64.31%-
HSV(B)281.12º70.36%99.22%-
XYZ43.2723.9995.28-
YUV131.77196.42174.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 75 (29.69% from 255) = 14.29%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=37.52%
G=14.29%
B=48.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal197752530.220.7000.01281.1297.864.31
HexC54BFD1646011196240
Octal3051133752610601431142100
Binary110001011001011111111011011010001100110001100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BFD; }

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

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

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

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

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

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

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

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