#C152FB

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

Shades of Medium Orchid #C152FB

Tints of Medium Orchid #C152FB

Color information

#C152FB (or 0xC152FB) is unknown color: approx Medium Orchid. HEX triplet: C1, 52 and FB. RGB value is (193,82,251). Sum of RGB (Red+Green+Blue) = 193+82+251=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C152FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152FB is #3EAD04. Grayscale: #858585. Windows color (decimal): -4107525 or 16470721. OLE color: 16470721.

HSL color Cylindrical-coordinate representation of color #C152FB: hue angle of 279.41º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C152FB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19382251-
CMYK0.230.6700.02
HSL279.41º95.48%65.29%-
HSV(B)279.41º67.33%98.43%-
XYZ42.4224.3493.73-
YUV134.46193.77169.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 82 (32.42% from 255) = 15.59%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=36.69%
G=15.59%
B=47.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193822510.230.6700.02279.4195.4865.29
HexC152FB1743021175f41
Octal3011223732710302427137101
Binary1100000110100101111101110111100001101010001011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C152FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C152FB; }

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

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

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

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

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

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

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

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