#C232DC

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

Shades of Medium Orchid #C232DC

Tints of Medium Orchid #C232DC

Color information

#C232DC (or 0xC232DC) is unknown color: approx Medium Orchid. HEX triplet: C2, 32 and DC. RGB value is (194,50,220). Sum of RGB (Red+Green+Blue) = 194+50+220=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C232DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DC is #3DCD23. Grayscale: #6F6F6F. Windows color (decimal): -4050212 or 14430914. OLE color: 14430914.

HSL color Cylindrical-coordinate representation of color #C232DC: hue angle of 290.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C232DC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19450220-
CMYK0.120.7700.14
HSL290.82º70.83%52.94%-
HSV(B)290.82º77.27%86.27%-
XYZ36.3118.9269.45-
YUV112.44188.71186.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 50 (19.92% from 255) = 10.78%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=41.81%
G=10.78%
B=47.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194502200.120.7700.14290.8270.8352.94
HexC232DCC4D0E1234735
Octal302623341411501644310765
Binary110000101100101101110011001001101011101001000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C232DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C232DC; }

 p { color: rgb(194,50,220); }

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

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

 a { background-color: rgb(194,50,220); }

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

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

 span { border-color: rgb(194,50,220); }

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