Html Css Color HEX #C431D8 Medium Orchid

📋 copy color: '#C431D8'

red 196 ◦ green 49 ◦ blue 216

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

Shades of Medium Orchid #C431D8

Tints of Medium Orchid #C431D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 42.52%
G = 10.63%
B = 46.85%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C431D8 (or 0xC431D8) is known color: Medium Orchid. HEX triplet: C4, 31 and D8. RGB value is (196,49,216). Sum of RGB (Red+Green+Blue) = 196+49+216=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #C431D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431D8 is #3BCE27. Grayscale: #6F6F6F. Windows color (decimal): -3919400 or 14168516. OLE color: 14168516.

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

Color convert

RGB 196 49 216 -
CMYK 0.09 0.77 0 0.15
HSL 292.81º 0.68% 0.52% -
HSV(B) 292.81º 0.77% 0.85% -
XYZ 36.26 18.89 66.7 -
YUV 111.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 196 49 216 0.09 0.77 0 0.15 292.81 0.68 0.52
Hex C4 31 D8 9 4D 0 F 125 44 34
Octal 304 61 330 11 115 0 17 445 104 64
Binary 11000100 110001 11011000 1001 1001101 0 1111 100100101 1000100 110100

Color Harmonies of #C431D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431D8

Black with #C431D8

Text Example


Text Example

White with #C431D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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