#C231D4

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

Shades of Medium Orchid #C231D4

Tints of Medium Orchid #C231D4

Color information

#C231D4 (or 0xC231D4) is unknown color: approx Medium Orchid. HEX triplet: C2, 31 and D4. RGB value is (194,49,212). Sum of RGB (Red+Green+Blue) = 194+49+212=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #C231D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231D4 is #3DCE2B. Grayscale: #6E6E6E. Windows color (decimal): -4050476 or 13906370. OLE color: 13906370.

HSL color Cylindrical-coordinate representation of color #C231D4: hue angle of 293.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C231D4 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19449212-
CMYK0.080.7700.17
HSL293.37º65.46%51.18%-
HSV(B)293.37º76.89%83.14%-
XYZ35.2318.4263.99-
YUV110.94185.04187.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 49 (19.53% from 255) = 10.77%
BLUE value IS 212 (83.20% from 255) = 46.59%
R=42.64%
G=10.77%
B=46.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal194492120.080.7700.17293.3765.4651.18
HexC231D484D0111254133
Octal302613241011502144510163
Binary1100001011000111010100100010011010100011001001011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231D4; }

 p { color: rgb(194,49,212); }

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

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

 a { background-color: rgb(194,49,212); }

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

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

 span { border-color: rgb(194,49,212); }

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