Html Css Color HEX #C82BDD Medium Orchid

📋 copy color: '#C82BDD'

red 200 ◦ green 43 ◦ blue 221

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

Shades of Medium Orchid #C82BDD

Tints of Medium Orchid #C82BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 43.1%
G = 9.27%
B = 47.63%

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

#C82BDD (or 0xC82BDD) is known color: Medium Orchid. HEX triplet: C8, 2B and DD. RGB value is (200,43,221). Sum of RGB (Red+Green+Blue) = 200+43+221=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C82BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BDD is #37D422. Grayscale: #6D6D6D. Windows color (decimal): -3658787 or 14494664. OLE color: 14494664.

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

Color convert

RGB 200 43 221 -
CMYK 0.10 0.81 0 0.13
HSL 292.92º 0.72% 0.52% -
HSV(B) 292.92º 0.81% 0.87% -
XYZ 37.73 19.23 70.13 -
YUV 110.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 200 43 221 0.10 0.81 0 0.13 292.92 0.72 0.52
Hex C8 2B DD A 51 0 D 125 48 34
Octal 310 53 335 12 121 0 15 445 110 64
Binary 11001000 101011 11011101 1010 1010001 0 1101 100100101 1001000 110100

Color Harmonies of #C82BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BDD

Black with #C82BDD

Text Example


Text Example

White with #C82BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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