Html Css Color HEX #C031DB Medium Orchid

📋 copy color: '#C031DB'

red 192 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #C031DB

Tints of Medium Orchid #C031DB

RGB

 RED value IS 192 (75.39% from 255) = 41.74%

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

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

R = 41.74%
G = 10.65%
B = 47.61%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C031DB (or 0xC031DB) is known color: Medium Orchid. HEX triplet: C0, 31 and DB. RGB value is (192,49,219). Sum of RGB (Red+Green+Blue) = 192+49+219=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C031DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DB is #3FCE24. Grayscale: #6E6E6E. Windows color (decimal): -4181541 or 14365120. OLE color: 14365120.

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

Color convert

RGB 192 49 219 -
CMYK 0.12 0.78 0 0.14
HSL 290.47º 0.7% 0.53% -
HSV(B) 290.47º 0.78% 0.86% -
XYZ 35.62 18.52 68.71 -
YUV 111.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 192 49 219 0.12 0.78 0 0.14 290.47 0.7 0.53
Hex C0 31 DB C 4E 0 E 122 46 35
Octal 300 61 333 14 116 0 16 442 106 65
Binary 11000000 110001 11011011 1100 1001110 0 1110 100100010 1000110 110101

Color Harmonies of #C031DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031DB

Black with #C031DB

Text Example


Text Example

White with #C031DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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