Html Css Color HEX #C731DE Medium Orchid

📋 copy color: '#C731DE'

red 199 ◦ green 49 ◦ blue 222

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

Shades of Medium Orchid #C731DE

Tints of Medium Orchid #C731DE

RGB

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

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

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

R = 42.34%
G = 10.43%
B = 47.23%

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

#C731DE (or 0xC731DE) is known color: Medium Orchid. HEX triplet: C7, 31 and DE. RGB value is (199,49,222). Sum of RGB (Red+Green+Blue) = 199+49+222=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #C731DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731DE is #38CE21. Grayscale: #717171. Windows color (decimal): -3722786 or 14561735. OLE color: 14561735.

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

Color convert

RGB 199 49 222 -
CMYK 0.10 0.78 0 0.13
HSL 292.02º 0.72% 0.53% -
HSV(B) 292.02º 0.78% 0.87% -
XYZ 37.84 19.61 70.9 -
YUV 113.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 199 49 222 0.10 0.78 0 0.13 292.02 0.72 0.53
Hex C7 31 DE A 4E 0 D 124 48 35
Octal 307 61 336 12 116 0 15 444 110 65
Binary 11000111 110001 11011110 1010 1001110 0 1101 100100100 1001000 110101

Color Harmonies of #C731DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731DE

Black with #C731DE

Text Example


Text Example

White with #C731DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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