#C55FEA

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

Shades of Medium Orchid #C55FEA

Tints of Medium Orchid #C55FEA

Color information

#C55FEA (or 0xC55FEA) is unknown color: approx Medium Orchid. HEX triplet: C5, 5F and EA. RGB value is (197,95,234). Sum of RGB (Red+Green+Blue) = 197+95+234=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C55FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FEA is #3AA015. Grayscale: #8C8C8C. Windows color (decimal): -3842070 or 15359941. OLE color: 15359941.

HSL color Cylindrical-coordinate representation of color #C55FEA: hue angle of 284.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55FEA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19795234-
CMYK0.160.5900.08
HSL284.03º76.8%64.51%-
HSV(B)284.03º59.4%91.76%-
XYZ41.972680.65-
YUV141.34180.29167.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=37.45%
G=18.06%
B=44.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal197952340.160.5900.08284.0376.864.51
HexC55FEA103B0811c4d41
Octal3051373522073010434115101
Binary11000101101111111101010100001110110100010001110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FEA; }

 p { color: rgb(197,95,234); }

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

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

 a { background-color: rgb(197,95,234); }

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

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

 span { border-color: rgb(197,95,234); }

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