#C552E4

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

Shades of Medium Orchid #C552E4

Tints of Medium Orchid #C552E4

Color information

#C552E4 (or 0xC552E4) is unknown color: approx Medium Orchid. HEX triplet: C5, 52 and E4. RGB value is (197,82,228). Sum of RGB (Red+Green+Blue) = 197+82+228=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #C552E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552E4 is #3AAD1B. Grayscale: #848484. Windows color (decimal): -3845404 or 14963397. OLE color: 14963397.

HSL color Cylindrical-coordinate representation of color #C552E4: hue angle of 287.26º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C552E4 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19782228-
CMYK0.140.6400.11
HSL287.26º73%60.78%-
HSV(B)287.26º64.04%89.41%-
XYZ40.0523.5175.83-
YUV133.03181.6173.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 82 (32.42% from 255) = 16.17%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=38.86%
G=16.17%
B=44.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197822280.140.6400.11287.267360.78
HexC552E4E400B11f493d
Octal3051223441610001343711175
Binary1100010110100101110010011101000000010111000111111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C552E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C552E4; }

 p { color: rgb(197,82,228); }

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

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

 a { background-color: rgb(197,82,228); }

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

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

 span { border-color: rgb(197,82,228); }

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