Html Css Color HEX #C031D4 Medium Orchid

📋 copy color: '#C031D4'

red 192 ◦ green 49 ◦ blue 212

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

Shades of Medium Orchid #C031D4

Tints of Medium Orchid #C031D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 42.38%
G = 10.82%
B = 46.8%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C031D4 (or 0xC031D4) is known color: Medium Orchid. HEX triplet: C0, 31 and D4. RGB value is (192,49,212). Sum of RGB (Red+Green+Blue) = 192+49+212=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #C031D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031D4 is #3FCE2B. Grayscale: #6D6D6D. Windows color (decimal): -4181548 or 13906368. OLE color: 13906368.

HSL color Cylindrical-coordinate representation of color #C031D4: hue angle of 292.64º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C031D4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 49 212 -
CMYK 0.09 0.77 0 0.17
HSL 292.64º 0.65% 0.51% -
HSV(B) 292.64º 0.77% 0.83% -
XYZ 34.72 18.16 63.96 -
YUV 110.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 192 49 212 0.09 0.77 0 0.17 292.64 0.65 0.51
Hex C0 31 D4 9 4D 0 11 125 41 33
Octal 300 61 324 11 115 0 21 445 101 63
Binary 11000000 110001 11010100 1001 1001101 0 10001 100100101 1000001 110011

Color Harmonies of #C031D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031D4

Black with #C031D4

Text Example


Text Example

White with #C031D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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