#C230DD

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

Shades of Medium Orchid #C230DD

Tints of Medium Orchid #C230DD

Color information

#C230DD (or 0xC230DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 30 and DD. RGB value is (194,48,221). Sum of RGB (Red+Green+Blue) = 194+48+221=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C230DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230DD is #3DCF22. Grayscale: #6E6E6E. Windows color (decimal): -4050723 or 14495938. OLE color: 14495938.

HSL color Cylindrical-coordinate representation of color #C230DD: hue angle of 290.64º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C230DD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19448221-
CMYK0.120.7800.13
HSL290.64º71.78%52.75%-
HSV(B)290.64º78.28%86.67%-
XYZ36.3618.870.12-
YUV111.38189.87186.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 48 (19.14% from 255) = 10.37%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=41.90%
G=10.37%
B=47.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194482210.120.7800.13290.6471.7852.75
HexC230DDC4E0D1234835
Octal302603351411601544311065
Binary110000101100001101110111001001110011011001000111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C230DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C230DD; }

 p { color: rgb(194,48,221); }

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

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

 a { background-color: rgb(194,48,221); }

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

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

 span { border-color: rgb(194,48,221); }

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