Html Css Color HEX #C491DC Wisteria

📋 copy color: '#C491DC'

red 196 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #C491DC

Tints of Wisteria #C491DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.85%

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

R = 34.94%
G = 25.85%
B = 39.22%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C491DC (or 0xC491DC) is known color: Wisteria. HEX triplet: C4, 91 and DC. RGB value is (196,145,220). Sum of RGB (Red+Green+Blue) = 196+145+220=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C491DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491DC is #3B6E23. Grayscale: #A8A8A8. Windows color (decimal): -3894820 or 14455236. OLE color: 14455236.

HSL color Cylindrical-coordinate representation of color #C491DC: hue angle of 280.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C491DC is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 145 220 -
CMYK 0.11 0.34 0 0.14
HSL 280.8º 0.52% 0.72% -
HSV(B) 280.8º 0.34% 0.86% -
XYZ 45.81 37.15 72.47 -
YUV 168.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 196 145 220 0.11 0.34 0 0.14 280.8 0.52 0.72
Hex C4 91 DC B 22 0 E 119 34 48
Octal 304 221 334 13 42 0 16 431 64 110
Binary 11000100 10010001 11011100 1011 100010 0 1110 100011001 110100 1001000

Color Harmonies of #C491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491DC

Black with #C491DC

Text Example


Text Example

White with #C491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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