Html Css Color HEX #C82BDC Medium Orchid

📋 copy color: '#C82BDC'

red 200 ◦ green 43 ◦ blue 220

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

Shades of Medium Orchid #C82BDC

Tints of Medium Orchid #C82BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 43.2%
G = 9.29%
B = 47.52%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C82BDC (or 0xC82BDC) is known color: Medium Orchid. HEX triplet: C8, 2B and DC. RGB value is (200,43,220). Sum of RGB (Red+Green+Blue) = 200+43+220=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C82BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BDC is #37D423. Grayscale: #6D6D6D. Windows color (decimal): -3658788 or 14429128. OLE color: 14429128.

HSL color Cylindrical-coordinate representation of color #C82BDC: hue angle of 293.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82BDC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 43 220 -
CMYK 0.09 0.80 0 0.14
HSL 293.22º 0.72% 0.52% -
HSV(B) 293.22º 0.8% 0.86% -
XYZ 37.6 19.17 69.43 -
YUV 110.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 200 43 220 0.09 0.80 0 0.14 293.22 0.72 0.52
Hex C8 2B DC 9 50 0 E 125 48 34
Octal 310 53 334 11 120 0 16 445 110 64
Binary 11001000 101011 11011100 1001 1010000 0 1110 100100101 1001000 110100

Color Harmonies of #C82BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BDC

Black with #C82BDC

Text Example


Text Example

White with #C82BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BDC; }

 p { color: rgb(200,43,220); }

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

background-color css

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

 a { background-color: rgb(200,43,220); }

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

border-color css

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

 span { border-color: rgb(200,43,220); }

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