#C152ED

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

Shades of Medium Orchid #C152ED

Tints of Medium Orchid #C152ED

Color information

#C152ED (or 0xC152ED) is unknown color: approx Medium Orchid. HEX triplet: C1, 52 and ED. RGB value is (193,82,237). Sum of RGB (Red+Green+Blue) = 193+82+237=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C152ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152ED is #3EAD12. Grayscale: #848484. Windows color (decimal): -4107539 or 15553217. OLE color: 15553217.

HSL color Cylindrical-coordinate representation of color #C152ED: hue angle of 282.97º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C152ED is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19382237-
CMYK0.190.6500.07
HSL282.97º81.15%62.55%-
HSV(B)282.97º65.4%92.94%-
XYZ40.323.4982.53-
YUV132.86186.77170.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=37.70%
G=16.02%
B=46.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal193822370.190.6500.07282.9781.1562.55
HexC152ED13410711b513f
Octal301122355231010743312177
Binary1100000110100101110110110011100000101111000110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152ED; }

 p { color: rgb(193,82,237); }

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

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

 a { background-color: rgb(193,82,237); }

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

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

 span { border-color: rgb(193,82,237); }

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