#C138CE

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

Shades of Medium Orchid #C138CE

Tints of Medium Orchid #C138CE

Color information

#C138CE (or 0xC138CE) is unknown color: approx Medium Orchid. HEX triplet: C1, 38 and CE. RGB value is (193,56,206). Sum of RGB (Red+Green+Blue) = 193+56+206=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C138CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138CE is #3EC731. Grayscale: #717171. Windows color (decimal): -4114226 or 13514945. OLE color: 13514945.

HSL color Cylindrical-coordinate representation of color #C138CE: hue angle of 294.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C138CE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19356206-
CMYK0.060.7300.19
HSL294.8º60.48%51.37%-
HSV(B)294.8º72.82%80.78%-
XYZ34.5518.6260.17-
YUV114.06179.89184.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 56 (22.27% from 255) = 12.31%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=42.42%
G=12.31%
B=45.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193562060.060.7300.19294.860.4851.37
HexC138CE6490131273c33
Octal3017031661110234477463
Binary11000001111000110011101101001001010011100100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C138CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C138CE; }

 p { color: rgb(193,56,206); }

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

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

 a { background-color: rgb(193,56,206); }

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

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

 span { border-color: rgb(193,56,206); }

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