Html Css Color HEX #C82EDB Medium Orchid

📋 copy color: '#C82EDB'

red 200 ◦ green 46 ◦ blue 219

#C82EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C82EDB

Tints of Medium Orchid #C82EDB

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.1%

R = 43.01%
G = 9.89%
B = 47.1%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C82EDB (or 0xC82EDB) is known color: 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

RGB 200 46 219 -
CMYK 0.09 0.79 0 0.14
HSL 293.41º 0.71% 0.52% -
HSV(B) 293.41º 0.79% 0.86% -
XYZ 37.58 19.35 68.77 -
YUV 111.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 200 46 219 0.09 0.79 0 0.14 293.41 0.71 0.52
Hex C8 2E DB 9 4F 0 E 125 47 34
Octal 310 56 333 11 117 0 16 445 107 64
Binary 11001000 101110 11011011 1001 1001111 0 1110 100100101 1000111 110100

Color Harmonies of #C82EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EDB

Black with #C82EDB

Text Example


Text Example

White with #C82EDB

Text Example


Text Example

HTML Codes & Css Web 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>