Html Css Color HEX #C82EED Medium Orchid

📋 copy color: '#C82EED'

red 200 ◦ green 46 ◦ blue 237

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

Shades of Medium Orchid #C82EED

Tints of Medium Orchid #C82EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 41.41%
G = 9.52%
B = 49.07%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C82EED (or 0xC82EED) is known color: Medium Orchid. HEX triplet: C8, 2E and ED. RGB value is (200,46,237). Sum of RGB (Red+Green+Blue) = 200+46+237=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C82EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EED is #37D112. Grayscale: #717171. Windows color (decimal): -3658003 or 15544008. OLE color: 15544008.

HSL color Cylindrical-coordinate representation of color #C82EED: hue angle of 288.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82EED is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 46 237 -
CMYK 0.16 0.81 0 0.07
HSL 288.38º 0.84% 0.55% -
HSV(B) 288.38º 0.81% 0.93% -
XYZ 40.08 20.35 81.94 -
YUV 113.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 200 46 237 0.16 0.81 0 0.07 288.38 0.84 0.55
Hex C8 2E ED 10 51 0 7 120 54 37
Octal 310 56 355 20 121 0 7 440 124 67
Binary 11001000 101110 11101101 10000 1010001 0 111 100100000 1010100 110111

Color Harmonies of #C82EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EED

Black with #C82EED

Text Example


Text Example

White with #C82EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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