Html Css Color HEX #C495DB Wisteria

📋 copy color: '#C495DB'

red 196 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #C495DB

Tints of Wisteria #C495DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 34.75%
G = 26.42%
B = 38.83%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C495DB (or 0xC495DB) is known color: Wisteria. HEX triplet: C4, 95 and DB. RGB value is (196,149,219). Sum of RGB (Red+Green+Blue) = 196+149+219=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C495DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495DB is #3B6A24. Grayscale: #AAAAAA. Windows color (decimal): -3893797 or 14390724. OLE color: 14390724.

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

Color convert

RGB 196 149 219 -
CMYK 0.11 0.32 0 0.14
HSL 280.29º 0.49% 0.72% -
HSV(B) 280.29º 0.32% 0.86% -
XYZ 46.3 38.35 71.98 -
YUV 171.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 196 149 219 0.11 0.32 0 0.14 280.29 0.49 0.72
Hex C4 95 DB B 20 0 E 118 31 48
Octal 304 225 333 13 40 0 16 430 61 110
Binary 11000100 10010101 11011011 1011 100000 0 1110 100011000 110001 1001000

Color Harmonies of #C495DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495DB

Black with #C495DB

Text Example


Text Example

White with #C495DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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