Html Css Color HEX #C431DC Medium Orchid

📋 copy color: '#C431DC'

red 196 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #C431DC

Tints of Medium Orchid #C431DC

RGB

 RED value IS 196 (76.95% from 255) = 42.15%

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

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

R = 42.15%
G = 10.54%
B = 47.31%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C431DC (or 0xC431DC) is known color: Medium Orchid. HEX triplet: C4, 31 and DC. RGB value is (196,49,220). Sum of RGB (Red+Green+Blue) = 196+49+220=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #C431DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431DC is #3BCE23. Grayscale: #6F6F6F. Windows color (decimal): -3919396 or 14430660. OLE color: 14430660.

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

Color convert

RGB 196 49 220 -
CMYK 0.11 0.78 0 0.14
HSL 291.58º 0.71% 0.53% -
HSV(B) 291.58º 0.78% 0.86% -
XYZ 36.78 19.1 69.46 -
YUV 112.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 196 49 220 0.11 0.78 0 0.14 291.58 0.71 0.53
Hex C4 31 DC B 4E 0 E 124 47 35
Octal 304 61 334 13 116 0 16 444 107 65
Binary 11000100 110001 11011100 1011 1001110 0 1110 100100100 1000111 110101

Color Harmonies of #C431DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431DC

Black with #C431DC

Text Example


Text Example

White with #C431DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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