Html Css Color HEX #C731DD Medium Orchid

📋 copy color: '#C731DD'

red 199 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C731DD

Tints of Medium Orchid #C731DD

RGB

 RED value IS 199 (78.13% from 255) = 42.43%

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

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

R = 42.43%
G = 10.45%
B = 47.12%

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

#C731DD (or 0xC731DD) is known color: Medium Orchid. HEX triplet: C7, 31 and DD. RGB value is (199,49,221). Sum of RGB (Red+Green+Blue) = 199+49+221=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C731DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731DD is #38CE22. Grayscale: #707070. Windows color (decimal): -3722787 or 14496199. OLE color: 14496199.

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

Color convert

RGB 199 49 221 -
CMYK 0.10 0.78 0 0.13
HSL 292.33º 0.72% 0.53% -
HSV(B) 292.33º 0.78% 0.87% -
XYZ 37.7 19.56 70.19 -
YUV 113.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 199 49 221 0.10 0.78 0 0.13 292.33 0.72 0.53
Hex C7 31 DD A 4E 0 D 124 48 35
Octal 307 61 335 12 116 0 15 444 110 65
Binary 11000111 110001 11011101 1010 1001110 0 1101 100100100 1001000 110101

Color Harmonies of #C731DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731DD

Black with #C731DD

Text Example


Text Example

White with #C731DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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