Html Css Color HEX #C82EDF Medium Orchid

📋 copy color: '#C82EDF'

red 200 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #C82EDF

Tints of Medium Orchid #C82EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 42.64%
G = 9.81%
B = 47.55%

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

#C82EDF (or 0xC82EDF) is known color: Medium Orchid. HEX triplet: C8, 2E and DF. RGB value is (200,46,223). Sum of RGB (Red+Green+Blue) = 200+46+223=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #C82EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EDF is #37D120. Grayscale: #6F6F6F. Windows color (decimal): -3658017 or 14626504. OLE color: 14626504.

HSL color Cylindrical-coordinate representation of color #C82EDF: hue angle of 292.2º 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 #C82EDF is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 46 223 -
CMYK 0.10 0.79 0 0.13
HSL 292.2º 0.73% 0.53% -
HSV(B) 292.2º 0.79% 0.87% -
XYZ 38.12 19.56 71.58 -
YUV 112.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 200 46 223 0.10 0.79 0 0.13 292.2 0.73 0.53
Hex C8 2E DF A 4F 0 D 124 49 35
Octal 310 56 337 12 117 0 15 444 111 65
Binary 11001000 101110 11011111 1010 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C82EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EDF

Black with #C82EDF

Text Example


Text Example

White with #C82EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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