Html Css Color HEX #C495D8 Wisteria

📋 copy color: '#C495D8'

red 196 ◦ green 149 ◦ blue 216

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

Shades of Wisteria #C495D8

Tints of Wisteria #C495D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 34.94%
G = 26.56%
B = 38.5%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C495D8 (or 0xC495D8) is known color: Wisteria. HEX triplet: C4, 95 and D8. RGB value is (196,149,216). Sum of RGB (Red+Green+Blue) = 196+149+216=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #C495D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495D8 is #3B6A27. Grayscale: #AAAAAA. Windows color (decimal): -3893800 or 14194116. OLE color: 14194116.

HSL color Cylindrical-coordinate representation of color #C495D8: hue angle of 282.09º degrees, saturation: 0.46, 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 #C495D8 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 149 216 -
CMYK 0.09 0.31 0 0.15
HSL 282.09º 0.46% 0.72% -
HSV(B) 282.09º 0.31% 0.85% -
XYZ 45.91 38.19 69.92 -
YUV 170.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 196 149 216 0.09 0.31 0 0.15 282.09 0.46 0.72
Hex C4 95 D8 9 1F 0 F 11A 2E 48
Octal 304 225 330 11 37 0 17 432 56 110
Binary 11000100 10010101 11011000 1001 11111 0 1111 100011010 101110 1001000

Color Harmonies of #C495D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495D8

Black with #C495D8

Text Example


Text Example

White with #C495D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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