#C13DE7

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

Shades of Medium Orchid #C13DE7

Tints of Medium Orchid #C13DE7

Color information

#C13DE7 (or 0xC13DE7) is unknown color: approx Medium Orchid. HEX triplet: C1, 3D and E7. RGB value is (193,61,231). Sum of RGB (Red+Green+Blue) = 193+61+231=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #C13DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DE7 is #3EC218. Grayscale: #777777. Windows color (decimal): -4112921 or 15154625. OLE color: 15154625.

HSL color Cylindrical-coordinate representation of color #C13DE7: hue angle of 286.59º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13DE7 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19361231-
CMYK0.160.7400.09
HSL286.59º77.98%57.25%-
HSV(B)286.59º73.59%90.59%-
XYZ38.0820.4477.54-
YUV119.85190.73180.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 61 (24.22% from 255) = 12.58%
BLUE value IS 231 (90.62% from 255) = 47.63%
R=39.79%
G=12.58%
B=47.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193612310.160.7400.09286.5977.9857.25
HexC13DE7104A0911f4e39
Octal301753472011201143711671
Binary1100000111110111100111100001001010010011000111111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DE7; }

 p { color: rgb(193,61,231); }

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

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

 a { background-color: rgb(193,61,231); }

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

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

 span { border-color: rgb(193,61,231); }

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