#C153CD

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

Shades of Medium Orchid #C153CD

Tints of Medium Orchid #C153CD

Color information

#C153CD (or 0xC153CD) is unknown color: approx Medium Orchid. HEX triplet: C1, 53 and CD. RGB value is (193,83,205). Sum of RGB (Red+Green+Blue) = 193+83+205=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C153CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153CD is #3EAC32. Grayscale: #818181. Windows color (decimal): -4107315 or 13456321. OLE color: 13456321.

HSL color Cylindrical-coordinate representation of color #C153CD: hue angle of 294.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C153CD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19383205-
CMYK0.060.6000.20
HSL294.1º54.95%56.47%-
HSV(B)294.1º59.51%80.39%-
XYZ36.1121.9360.09-
YUV129.8170.44173.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 83 (32.81% from 255) = 17.26%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=40.12%
G=17.26%
B=42.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193832050.060.6000.20294.154.9556.47
HexC153CD63C0141263738
Octal3011233156740244466770
Binary11000001101001111001101110111100010100100100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C153CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C153CD; }

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

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

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

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

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

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

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

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