#c153e8

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

Shades of Medium Orchid #C153E8

Tints of Medium Orchid #C153E8

Color information

#C153E8 (or 0xC153E8) is unknown color: approx Medium Orchid. HEX triplet: C1, 53 and E8. RGB value is (193,83,232). Sum of RGB (Red+Green+Blue) = 193+83+232=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #C153E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153E8 is #3EAC17. Grayscale: #848484. Windows color (decimal): -4107288 or 15225793. OLE color: 15225793.

HSL color Cylindrical-coordinate representation of color #C153E8: hue angle of 284.3º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C153E8 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19383232-
CMYK0.170.6400.09
HSL284.3º76.41%61.76%-
HSV(B)284.3º64.22%90.98%-
XYZ39.6523.3578.76-
YUV132.88183.94170.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 83 (32.81% from 255) = 16.34%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=37.99%
G=16.34%
B=45.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193832320.170.6400.09284.376.4161.76
HexC153E811400911c4c3e
Octal3011233502110001143411476
Binary11000001101001111101000100011000000010011000111001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c153e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c153e8; }

 p { color: rgb(193,83,232); }

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

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

 a { background-color: rgb(193,83,232); }

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

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

 span { border-color: rgb(193,83,232); }

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