#C82EDB

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

Shades of Medium Orchid #C82EDB

Tints of Medium Orchid #C82EDB

Color information

#C82EDB (or 0xC82EDB) is unknown color: approx Medium Orchid. HEX triplet: C8, 2E and DB. RGB value is (200,46,219). Sum of RGB (Red+Green+Blue) = 200+46+219=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #C82EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EDB is #37D124. Grayscale: #6F6F6F. Windows color (decimal): -3658021 or 14364360. OLE color: 14364360.

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

Color convert

RGB20046219-
CMYK0.090.7900.14
HSL293.41º70.61%51.96%-
HSV(B)293.41º79%85.88%-
XYZ37.5819.3568.77-
YUV111.77188.52190.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 46 (18.36% from 255) = 9.89%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=43.01%
G=9.89%
B=47.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200462190.090.7900.14293.4170.6151.96
HexC82EDB94F0E1254734
Octal310563331111701644510764
Binary110010001011101101101110011001111011101001001011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82EDB; }

 p { color: rgb(200,46,219); }

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

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

 a { background-color: rgb(200,46,219); }

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

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

 span { border-color: rgb(200,46,219); }

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