Html Css Color HEX #C491DF Wisteria

📋 copy color: '#C491DF'

red 196 ◦ green 145 ◦ blue 223

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

Shades of Wisteria #C491DF

Tints of Wisteria #C491DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 34.75%
G = 25.71%
B = 39.54%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C491DF (or 0xC491DF) is known color: Wisteria. HEX triplet: C4, 91 and DF. RGB value is (196,145,223). Sum of RGB (Red+Green+Blue) = 196+145+223=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C491DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491DF is #3B6E20. Grayscale: #A8A8A8. Windows color (decimal): -3894817 or 14651844. OLE color: 14651844.

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

Color convert

RGB 196 145 223 -
CMYK 0.12 0.35 0 0.13
HSL 279.23º 0.55% 0.72% -
HSV(B) 279.23º 0.35% 0.87% -
XYZ 46.21 37.31 74.58 -
YUV 169.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 196 145 223 0.12 0.35 0 0.13 279.23 0.55 0.72
Hex C4 91 DF C 23 0 D 117 37 48
Octal 304 221 337 14 43 0 15 427 67 110
Binary 11000100 10010001 11011111 1100 100011 0 1101 100010111 110111 1001000

Color Harmonies of #C491DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491DF

Black with #C491DF

Text Example


Text Example

White with #C491DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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