Html Css Color HEX #C82EEC Medium Orchid

📋 copy color: '#C82EEC'

red 200 ◦ green 46 ◦ blue 236

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

Shades of Medium Orchid #C82EEC

Tints of Medium Orchid #C82EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 41.49%
G = 9.54%
B = 48.96%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C82EEC (or 0xC82EEC) is known color: Medium Orchid. HEX triplet: C8, 2E and EC. RGB value is (200,46,236). Sum of RGB (Red+Green+Blue) = 200+46+236=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C82EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EEC is #37D113. Grayscale: #717171. Windows color (decimal): -3658004 or 15478472. OLE color: 15478472.

HSL color Cylindrical-coordinate representation of color #C82EEC: hue angle of 288.63º degrees, saturation: 0.83, 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 #C82EEC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 46 236 -
CMYK 0.15 0.81 0 0.07
HSL 288.63º 0.83% 0.55% -
HSV(B) 288.63º 0.81% 0.93% -
XYZ 39.94 20.29 81.17 -
YUV 113.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 200 46 236 0.15 0.81 0 0.07 288.63 0.83 0.55
Hex C8 2E EC F 51 0 7 121 53 37
Octal 310 56 354 17 121 0 7 441 123 67
Binary 11001000 101110 11101100 1111 1010001 0 111 100100001 1010011 110111

Color Harmonies of #C82EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EEC

Black with #C82EEC

Text Example


Text Example

White with #C82EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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