Html Css Color HEX #C731DB Medium Orchid

📋 copy color: '#C731DB'

red 199 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #C731DB

Tints of Medium Orchid #C731DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 42.61%
G = 10.49%
B = 46.9%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C731DB (or 0xC731DB) is known color: Medium Orchid. HEX triplet: C7, 31 and DB. RGB value is (199,49,219). Sum of RGB (Red+Green+Blue) = 199+49+219=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C731DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731DB is #38CE24. Grayscale: #707070. Windows color (decimal): -3722789 or 14365127. OLE color: 14365127.

HSL color Cylindrical-coordinate representation of color #C731DB: hue angle of 292.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C731DB is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 49 219 -
CMYK 0.09 0.78 0 0.14
HSL 292.94º 0.7% 0.53% -
HSV(B) 292.94º 0.78% 0.86% -
XYZ 37.44 19.45 68.8 -
YUV 113.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 199 49 219 0.09 0.78 0 0.14 292.94 0.7 0.53
Hex C7 31 DB 9 4E 0 E 125 46 35
Octal 307 61 333 11 116 0 16 445 106 65
Binary 11000111 110001 11011011 1001 1001110 0 1110 100100101 1000110 110101

Color Harmonies of #C731DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731DB

Black with #C731DB

Text Example


Text Example

White with #C731DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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