Html Css Color HEX #C82EDE Medium Orchid

📋 copy color: '#C82EDE'

red 200 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #C82EDE

Tints of Medium Orchid #C82EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 42.74%
G = 9.83%
B = 47.44%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C82EDE (or 0xC82EDE) is known color: Medium Orchid. HEX triplet: C8, 2E and DE. RGB value is (200,46,222). Sum of RGB (Red+Green+Blue) = 200+46+222=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #C82EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EDE is #37D121. Grayscale: #6F6F6F. Windows color (decimal): -3658018 or 14560968. OLE color: 14560968.

HSL color Cylindrical-coordinate representation of color #C82EDE: hue angle of 292.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82EDE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 46 222 -
CMYK 0.10 0.79 0 0.13
HSL 292.5º 0.73% 0.53% -
HSV(B) 292.5º 0.79% 0.87% -
XYZ 37.98 19.51 70.87 -
YUV 112.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 200 46 222 0.10 0.79 0 0.13 292.5 0.73 0.53
Hex C8 2E DE A 4F 0 D 124 49 35
Octal 310 56 336 12 117 0 15 444 111 65
Binary 11001000 101110 11011110 1010 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C82EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EDE

Black with #C82EDE

Text Example


Text Example

White with #C82EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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