Html Css Color HEX #C82ADF Medium Orchid

📋 copy color: '#C82ADF'

red 200 ◦ green 42 ◦ blue 223

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

Shades of Medium Orchid #C82ADF

Tints of Medium Orchid #C82ADF

RGB

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

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

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

R = 43.01%
G = 9.03%
B = 47.96%

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

#C82ADF (or 0xC82ADF) is known color: Medium Orchid. HEX triplet: C8, 2A and DF. RGB value is (200,42,223). Sum of RGB (Red+Green+Blue) = 200+42+223=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C82ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADF is #37D520. Grayscale: #6D6D6D. Windows color (decimal): -3659041 or 14625480. OLE color: 14625480.

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

Color convert

RGB 200 42 223 -
CMYK 0.10 0.81 0 0.13
HSL 292.38º 0.74% 0.52% -
HSV(B) 292.38º 0.81% 0.87% -
XYZ 37.97 19.26 71.53 -
YUV 109.88 191.85 192.28 -
System Red Green Blue C M Y K H S L
Decimal 200 42 223 0.10 0.81 0 0.13 292.38 0.74 0.52
Hex C8 2A DF A 51 0 D 124 4A 34
Octal 310 52 337 12 121 0 15 444 112 64
Binary 11001000 101010 11011111 1010 1010001 0 1101 100100100 1001010 110100

Color Harmonies of #C82ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ADF

Black with #C82ADF

Text Example


Text Example

White with #C82ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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