Html Css Color HEX #C431DB Medium Orchid

📋 copy color: '#C431DB'

red 196 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #C431DB

Tints of Medium Orchid #C431DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 42.24%
G = 10.56%
B = 47.2%

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

#C431DB (or 0xC431DB) is known color: Medium Orchid. HEX triplet: C4, 31 and DB. RGB value is (196,49,219). Sum of RGB (Red+Green+Blue) = 196+49+219=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C431DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431DB is #3BCE24. Grayscale: #6F6F6F. Windows color (decimal): -3919397 or 14365124. OLE color: 14365124.

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

Color convert

RGB 196 49 219 -
CMYK 0.11 0.78 0 0.14
HSL 291.88º 0.7% 0.53% -
HSV(B) 291.88º 0.78% 0.86% -
XYZ 36.65 19.05 68.76 -
YUV 112.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 196 49 219 0.11 0.78 0 0.14 291.88 0.7 0.53
Hex C4 31 DB B 4E 0 E 124 46 35
Octal 304 61 333 13 116 0 16 444 106 65
Binary 11000100 110001 11011011 1011 1001110 0 1110 100100100 1000110 110101

Color Harmonies of #C431DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431DB

Black with #C431DB

Text Example


Text Example

White with #C431DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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