Html Css Color HEX #C731DA Medium Orchid

📋 copy color: '#C731DA'

red 199 ◦ green 49 ◦ blue 218

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

Shades of Medium Orchid #C731DA

Tints of Medium Orchid #C731DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 42.7%
G = 10.52%
B = 46.78%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C731DA (or 0xC731DA) is known color: Medium Orchid. HEX triplet: C7, 31 and DA. RGB value is (199,49,218). Sum of RGB (Red+Green+Blue) = 199+49+218=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #C731DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731DA is #38CE25. Grayscale: #707070. Windows color (decimal): -3722790 or 14299591. OLE color: 14299591.

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

Color convert

RGB 199 49 218 -
CMYK 0.09 0.78 0 0.15
HSL 293.25º 0.7% 0.52% -
HSV(B) 293.25º 0.78% 0.85% -
XYZ 37.31 19.4 68.11 -
YUV 113.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 199 49 218 0.09 0.78 0 0.15 293.25 0.7 0.52
Hex C7 31 DA 9 4E 0 F 125 46 34
Octal 307 61 332 11 116 0 17 445 106 64
Binary 11000111 110001 11011010 1001 1001110 0 1111 100100101 1000110 110100

Color Harmonies of #C731DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731DA

Black with #C731DA

Text Example


Text Example

White with #C731DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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