#C254E5

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

Shades of Medium Orchid #C254E5

Tints of Medium Orchid #C254E5

Color information

#C254E5 (or 0xC254E5) is unknown color: approx Medium Orchid. HEX triplet: C2, 54 and E5. RGB value is (194,84,229). Sum of RGB (Red+Green+Blue) = 194+84+229=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #C254E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254E5 is #3DAB1A. Grayscale: #848484. Windows color (decimal): -4041499 or 15029442. OLE color: 15029442.

HSL color Cylindrical-coordinate representation of color #C254E5: hue angle of 285.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C254E5 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19484229-
CMYK0.150.6300.10
HSL285.52º73.6%61.37%-
HSV(B)285.52º63.32%89.8%-
XYZ39.5623.4776.57-
YUV133.42181.94171.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 84 (33.20% from 255) = 16.57%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=38.26%
G=16.57%
B=45.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194842290.150.6300.10285.5273.661.37
HexC254E5F3F0A11e4a3d
Octal302124345177701243611275
Binary110000101010100111001011111111111010101000111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C254E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C254E5; }

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

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

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

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

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

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

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

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