Html Css Color HEX #C82EDA Medium Orchid

📋 copy color: '#C82EDA'

red 200 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #C82EDA

Tints of Medium Orchid #C82EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 43.1%
G = 9.91%
B = 46.98%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C82EDA (or 0xC82EDA) is known color: Medium Orchid. HEX triplet: C8, 2E and DA. RGB value is (200,46,218). Sum of RGB (Red+Green+Blue) = 200+46+218=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #C82EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EDA is #37D125. Grayscale: #6F6F6F. Windows color (decimal): -3658022 or 14298824. OLE color: 14298824.

HSL color Cylindrical-coordinate representation of color #C82EDA: hue angle of 293.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82EDA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 46 218 -
CMYK 0.08 0.79 0 0.15
HSL 293.72º 0.7% 0.52% -
HSV(B) 293.72º 0.79% 0.85% -
XYZ 37.45 19.3 68.08 -
YUV 111.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 200 46 218 0.08 0.79 0 0.15 293.72 0.7 0.52
Hex C8 2E DA 8 4F 0 F 126 46 34
Octal 310 56 332 10 117 0 17 446 106 64
Binary 11001000 101110 11011010 1000 1001111 0 1111 100100110 1000110 110100

Color Harmonies of #C82EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EDA

Black with #C82EDA

Text Example


Text Example

White with #C82EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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