#C830DF

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

Shades of Medium Orchid #C830DF

Tints of Medium Orchid #C830DF

Color information

#C830DF (or 0xC830DF) is unknown color: approx Medium Orchid. HEX triplet: C8, 30 and DF. RGB value is (200,48,223). Sum of RGB (Red+Green+Blue) = 200+48+223=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C830DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DF is #37CF20. Grayscale: #707070. Windows color (decimal): -3657505 or 14627016. OLE color: 14627016.

HSL color Cylindrical-coordinate representation of color #C830DF: hue angle of 292.11º degrees, saturation: 0.73, 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 #C830DF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20048223-
CMYK0.100.7800.13
HSL292.11º73.22%53.14%-
HSV(B)292.11º78.48%87.45%-
XYZ38.219.7271.61-
YUV113.4189.86189.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 48 (19.14% from 255) = 10.19%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=42.46%
G=10.19%
B=47.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200482230.100.7800.13292.1173.2253.14
HexC830DFA4E0D1244935
Octal310603371211601544411165
Binary110010001100001101111110101001110011011001001001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C830DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C830DF; }

 p { color: rgb(200,48,223); }

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

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

 a { background-color: rgb(200,48,223); }

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

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

 span { border-color: rgb(200,48,223); }

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