Html Css Color HEX #C491DD Wisteria

📋 copy color: '#C491DD'

red 196 ◦ green 145 ◦ blue 221

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

Shades of Wisteria #C491DD

Tints of Wisteria #C491DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 34.88%
G = 25.8%
B = 39.32%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C491DD (or 0xC491DD) is known color: Wisteria. HEX triplet: C4, 91 and DD. RGB value is (196,145,221). Sum of RGB (Red+Green+Blue) = 196+145+221=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C491DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491DD is #3B6E22. Grayscale: #A8A8A8. Windows color (decimal): -3894819 or 14520772. OLE color: 14520772.

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

Color convert

RGB 196 145 221 -
CMYK 0.11 0.34 0 0.13
HSL 280.26º 0.53% 0.72% -
HSV(B) 280.26º 0.34% 0.87% -
XYZ 45.94 37.21 73.17 -
YUV 168.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 196 145 221 0.11 0.34 0 0.13 280.26 0.53 0.72
Hex C4 91 DD B 22 0 D 118 35 48
Octal 304 221 335 13 42 0 15 430 65 110
Binary 11000100 10010001 11011101 1011 100010 0 1101 100011000 110101 1001000

Color Harmonies of #C491DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491DD

Black with #C491DD

Text Example


Text Example

White with #C491DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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