#C134DD

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

Shades of Medium Orchid #C134DD

Tints of Medium Orchid #C134DD

Color information

#C134DD (or 0xC134DD) is unknown color: approx Medium Orchid. HEX triplet: C1, 34 and DD. RGB value is (193,52,221). Sum of RGB (Red+Green+Blue) = 193+52+221=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C134DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134DD is #3ECB22. Grayscale: #707070. Windows color (decimal): -4115235 or 14496961. OLE color: 14496961.

HSL color Cylindrical-coordinate representation of color #C134DD: hue angle of 290.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C134DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19352221-
CMYK0.130.7600.13
HSL290.06º71.31%53.53%-
HSV(B)290.06º76.47%86.67%-
XYZ36.2719.0170.16-
YUV113.42188.71184.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 52 (20.70% from 255) = 11.16%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=41.42%
G=11.16%
B=47.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193522210.130.7600.13290.0671.3153.53
HexC134DDD4C0D1224736
Octal301643351511401544210766
Binary110000011101001101110111011001100011011001000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C134DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C134DD; }

 p { color: rgb(193,52,221); }

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

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

 a { background-color: rgb(193,52,221); }

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

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

 span { border-color: rgb(193,52,221); }

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