#C55DEA

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

Shades of Medium Orchid #C55DEA

Tints of Medium Orchid #C55DEA

Color information

#C55DEA (or 0xC55DEA) is unknown color: approx Medium Orchid. HEX triplet: C5, 5D and EA. RGB value is (197,93,234). Sum of RGB (Red+Green+Blue) = 197+93+234=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #C55DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DEA is #3AA215. Grayscale: #8B8B8B. Windows color (decimal): -3842582 or 15359429. OLE color: 15359429.

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

Color convert

RGB19793234-
CMYK0.160.6000.08
HSL284.26º77.05%64.12%-
HSV(B)284.26º60.26%91.76%-
XYZ41.7925.6480.59-
YUV140.17180.96168.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 93 (36.72% from 255) = 17.75%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=37.60%
G=17.75%
B=44.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal197932340.160.6000.08284.2677.0564.12
HexC55DEA103C0811c4d40
Octal3051353522074010434115100
Binary11000101101110111101010100001111000100010001110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DEA; }

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

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

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

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

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

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

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

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