Html Css Color HEX #C82ADE Medium Orchid

📋 copy color: '#C82ADE'

red 200 ◦ green 42 ◦ blue 222

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

Shades of Medium Orchid #C82ADE

Tints of Medium Orchid #C82ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

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

R = 43.1%
G = 9.05%
B = 47.84%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C82ADE (or 0xC82ADE) is known color: Medium Orchid. HEX triplet: C8, 2A and DE. RGB value is (200,42,222). Sum of RGB (Red+Green+Blue) = 200+42+222=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C82ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADE is #37D521. Grayscale: #6D6D6D. Windows color (decimal): -3659042 or 14559944. OLE color: 14559944.

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

Color convert

RGB 200 42 222 -
CMYK 0.10 0.81 0 0.13
HSL 292.67º 0.73% 0.52% -
HSV(B) 292.67º 0.81% 0.87% -
XYZ 37.83 19.21 70.82 -
YUV 109.76 191.35 192.36 -
System Red Green Blue C M Y K H S L
Decimal 200 42 222 0.10 0.81 0 0.13 292.67 0.73 0.52
Hex C8 2A DE A 51 0 D 125 49 34
Octal 310 52 336 12 121 0 15 445 111 64
Binary 11001000 101010 11011110 1010 1010001 0 1101 100100101 1001001 110100

Color Harmonies of #C82ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ADE

Black with #C82ADE

Text Example


Text Example

White with #C82ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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