Html Css Color HEX #C82EEE Medium Orchid

📋 copy color: '#C82EEE'

red 200 ◦ green 46 ◦ blue 238

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

Shades of Medium Orchid #C82EEE

Tints of Medium Orchid #C82EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 41.32%
G = 9.5%
B = 49.17%

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

#C82EEE (or 0xC82EEE) is known color: Medium Orchid. HEX triplet: C8, 2E and EE. RGB value is (200,46,238). Sum of RGB (Red+Green+Blue) = 200+46+238=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #C82EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EEE is #37D111. Grayscale: #717171. Windows color (decimal): -3658002 or 15609544. OLE color: 15609544.

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

Color convert

RGB 200 46 238 -
CMYK 0.16 0.81 0 0.07
HSL 288.13º 0.85% 0.56% -
HSV(B) 288.13º 0.81% 0.93% -
XYZ 40.23 20.41 82.71 -
YUV 113.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 200 46 238 0.16 0.81 0 0.07 288.13 0.85 0.56
Hex C8 2E EE 10 51 0 7 120 55 38
Octal 310 56 356 20 121 0 7 440 125 70
Binary 11001000 101110 11101110 10000 1010001 0 111 100100000 1010101 111000

Color Harmonies of #C82EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EEE

Black with #C82EEE

Text Example


Text Example

White with #C82EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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