#C254D5

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

Shades of Medium Orchid #C254D5

Tints of Medium Orchid #C254D5

Color information

#C254D5 (or 0xC254D5) is unknown color: approx Medium Orchid. HEX triplet: C2, 54 and D5. RGB value is (194,84,213). Sum of RGB (Red+Green+Blue) = 194+84+213=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #C254D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254D5 is #3DAB2A. Grayscale: #838383. Windows color (decimal): -4041515 or 13980866. OLE color: 13980866.

HSL color Cylindrical-coordinate representation of color #C254D5: hue angle of 291.16º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C254D5 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19484213-
CMYK0.090.6100.16
HSL291.16º60.56%58.24%-
HSV(B)291.16º60.56%83.53%-
XYZ37.4322.6165.34-
YUV131.6173.94172.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 84 (33.20% from 255) = 17.11%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=39.51%
G=17.11%
B=43.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194842130.090.6100.16291.1660.5658.24
HexC254D593D0101233d3a
Octal30212432511750204437572
Binary110000101010100110101011001111101010000100100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C254D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C254D5; }

 p { color: rgb(194,84,213); }

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

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

 a { background-color: rgb(194,84,213); }

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

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

 span { border-color: rgb(194,84,213); }

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