Html Css Color HEX #C731DC Medium Orchid

📋 copy color: '#C731DC'

red 199 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #C731DC

Tints of Medium Orchid #C731DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 42.52%
G = 10.47%
B = 47.01%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C731DC (or 0xC731DC) is known color: Medium Orchid. HEX triplet: C7, 31 and DC. RGB value is (199,49,220). Sum of RGB (Red+Green+Blue) = 199+49+220=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C731DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731DC is #38CE23. Grayscale: #707070. Windows color (decimal): -3722788 or 14430663. OLE color: 14430663.

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

Color convert

RGB 199 49 220 -
CMYK 0.10 0.78 0 0.14
HSL 292.63º 0.71% 0.53% -
HSV(B) 292.63º 0.78% 0.86% -
XYZ 37.57 19.51 69.5 -
YUV 113.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 199 49 220 0.10 0.78 0 0.14 292.63 0.71 0.53
Hex C7 31 DC A 4E 0 E 125 47 35
Octal 307 61 334 12 116 0 16 445 107 65
Binary 11000111 110001 11011100 1010 1001110 0 1110 100100101 1000111 110101

Color Harmonies of #C731DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731DC

Black with #C731DC

Text Example


Text Example

White with #C731DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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