Html Css Color HEX #C931DD Medium Orchid

📋 copy color: '#C931DD'

red 201 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C931DD

Tints of Medium Orchid #C931DD

RGB

 RED value IS 201 (78.91% from 255) = 42.68%

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

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

R = 42.68%
G = 10.4%
B = 46.92%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C931DD (or 0xC931DD) is known color: Medium Orchid. HEX triplet: C9, 31 and DD. RGB value is (201,49,221). Sum of RGB (Red+Green+Blue) = 201+49+221=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C931DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931DD is #36CE22. Grayscale: #717171. Windows color (decimal): -3591715 or 14496201. OLE color: 14496201.

HSL color Cylindrical-coordinate representation of color #C931DD: hue angle of 293.02º 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 #C931DD is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 49 221 -
CMYK 0.09 0.78 0 0.13
HSL 293.02º 0.72% 0.53% -
HSV(B) 293.02º 0.78% 0.87% -
XYZ 38.24 19.83 70.22 -
YUV 114.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 201 49 221 0.09 0.78 0 0.13 293.02 0.72 0.53
Hex C9 31 DD 9 4E 0 D 125 48 35
Octal 311 61 335 11 116 0 15 445 110 65
Binary 11001001 110001 11011101 1001 1001110 0 1101 100100101 1001000 110101

Color Harmonies of #C931DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931DD

Black with #C931DD

Text Example


Text Example

White with #C931DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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