Html Css Color HEX #C831DD Medium Orchid

📋 copy color: '#C831DD'

red 200 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C831DD

Tints of Medium Orchid #C831DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.43%

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

R = 42.55%
G = 10.43%
B = 47.02%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C831DD (or 0xC831DD) is known color: Medium Orchid. HEX triplet: C8, 31 and DD. RGB value is (200,49,221). Sum of RGB (Red+Green+Blue) = 200+49+221=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #C831DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831DD is #37CE22. Grayscale: #717171. Windows color (decimal): -3657251 or 14496200. OLE color: 14496200.

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

Color convert

RGB 200 49 221 -
CMYK 0.10 0.78 0 0.13
HSL 292.67º 0.72% 0.53% -
HSV(B) 292.67º 0.78% 0.87% -
XYZ 37.97 19.7 70.21 -
YUV 113.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 200 49 221 0.10 0.78 0 0.13 292.67 0.72 0.53
Hex C8 31 DD A 4E 0 D 125 48 35
Octal 310 61 335 12 116 0 15 445 110 65
Binary 11001000 110001 11011101 1010 1001110 0 1101 100100101 1001000 110101

Color Harmonies of #C831DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831DD

Black with #C831DD

Text Example


Text Example

White with #C831DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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