Html Css Color HEX #C495D9 Wisteria

📋 copy color: '#C495D9'

red 196 ◦ green 149 ◦ blue 217

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

Shades of Wisteria #C495D9

Tints of Wisteria #C495D9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.51%

 BLUE value IS 217 (85.16% from 255) = 38.61%

R = 34.88%
G = 26.51%
B = 38.61%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C495D9 (or 0xC495D9) is known color: Wisteria. HEX triplet: C4, 95 and D9. RGB value is (196,149,217). Sum of RGB (Red+Green+Blue) = 196+149+217=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #C495D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495D9 is #3B6A26. Grayscale: #AAAAAA. Windows color (decimal): -3893799 or 14259652. OLE color: 14259652.

HSL color Cylindrical-coordinate representation of color #C495D9: hue angle of 281.47º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C495D9 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 149 217 -
CMYK 0.10 0.31 0 0.15
HSL 281.47º 0.47% 0.72% -
HSV(B) 281.47º 0.31% 0.85% -
XYZ 46.04 38.24 70.6 -
YUV 170.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 196 149 217 0.10 0.31 0 0.15 281.47 0.47 0.72
Hex C4 95 D9 A 1F 0 F 119 2F 48
Octal 304 225 331 12 37 0 17 431 57 110
Binary 11000100 10010101 11011001 1010 11111 0 1111 100011001 101111 1001000

Color Harmonies of #C495D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495D9

Black with #C495D9

Text Example


Text Example

White with #C495D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495D9; }

 p { color: rgb(196,149,217); }

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

background-color css

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

 a { background-color: rgb(196,149,217); }

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

border-color css

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

 span { border-color: rgb(196,149,217); }

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