#C230ED

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

Shades of Medium Orchid #C230ED

Tints of Medium Orchid #C230ED

Color information

#C230ED (or 0xC230ED) is unknown color: approx Medium Orchid. HEX triplet: C2, 30 and ED. RGB value is (194,48,237). Sum of RGB (Red+Green+Blue) = 194+48+237=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #C230ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230ED is #3DCF12. Grayscale: #707070. Windows color (decimal): -4050707 or 15544514. OLE color: 15544514.

HSL color Cylindrical-coordinate representation of color #C230ED: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C230ED is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19448237-
CMYK0.180.8000.07
HSL286.35º84%55.88%-
HSV(B)286.35º79.75%92.94%-
XYZ38.5919.781.89-
YUV113.2197.87185.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 48 (19.14% from 255) = 10.02%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=40.50%
G=10.02%
B=49.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194482370.180.8000.07286.358455.88
HexC230ED12500711e5438
Octal30260355221200743612470
Binary110000101100001110110110010101000001111000111101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C230ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C230ED; }

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

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

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

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

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

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

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

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