Html Css Color HEX #C931DE Medium Orchid

📋 copy color: '#C931DE'

red 201 ◦ green 49 ◦ blue 222

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

Shades of Medium Orchid #C931DE

Tints of Medium Orchid #C931DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 42.58%
G = 10.38%
B = 47.03%

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

#C931DE (or 0xC931DE) is known color: Medium Orchid. HEX triplet: C9, 31 and DE. RGB value is (201,49,222). Sum of RGB (Red+Green+Blue) = 201+49+222=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #C931DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931DE is #36CE21. Grayscale: #717171. Windows color (decimal): -3591714 or 14561737. OLE color: 14561737.

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

Color convert

RGB 201 49 222 -
CMYK 0.09 0.78 0 0.13
HSL 292.72º 0.72% 0.53% -
HSV(B) 292.72º 0.78% 0.87% -
XYZ 38.37 19.89 70.92 -
YUV 114.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 201 49 222 0.09 0.78 0 0.13 292.72 0.72 0.53
Hex C9 31 DE 9 4E 0 D 125 48 35
Octal 311 61 336 11 116 0 15 445 110 65
Binary 11001001 110001 11011110 1001 1001110 0 1101 100100101 1001000 110101

Color Harmonies of #C931DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931DE

Black with #C931DE

Text Example


Text Example

White with #C931DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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