Html Css Color HEX #C82ED5 Medium Orchid

📋 copy color: '#C82ED5'

red 200 ◦ green 46 ◦ blue 213

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

Shades of Medium Orchid #C82ED5

Tints of Medium Orchid #C82ED5

RGB

 RED value IS 200 (78.52% from 255) = 43.57%

 GREEN value IS 46 (18.36% from 255) = 10.02%

 BLUE value IS 213 (83.59% from 255) = 46.41%

R = 43.57%
G = 10.02%
B = 46.41%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C82ED5 (or 0xC82ED5) is known color: Medium Orchid. HEX triplet: C8, 2E and D5. RGB value is (200,46,213). Sum of RGB (Red+Green+Blue) = 200+46+213=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #C82ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ED5 is #37D12A. Grayscale: #6E6E6E. Windows color (decimal): -3658027 or 13971144. OLE color: 13971144.

HSL color Cylindrical-coordinate representation of color #C82ED5: hue angle of 295.33º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82ED5 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 46 213 -
CMYK 0.06 0.78 0 0.16
HSL 295.33º 0.67% 0.51% -
HSV(B) 295.33º 0.78% 0.84% -
XYZ 36.81 19.04 64.69 -
YUV 111.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 200 46 213 0.06 0.78 0 0.16 295.33 0.67 0.51
Hex C8 2E D5 6 4E 0 10 127 43 33
Octal 310 56 325 6 116 0 20 447 103 63
Binary 11001000 101110 11010101 110 1001110 0 10000 100100111 1000011 110011

Color Harmonies of #C82ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ED5

Black with #C82ED5

Text Example


Text Example

White with #C82ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ED5; }

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

 H1.HeaderClassName
 {
   color: #C82ED5;
 }
 .AnyTagClassName
 {
   color: #C82ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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