Html Css Color HEX #C494DB Wisteria

📋 copy color: '#C494DB'

red 196 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #C494DB

Tints of Wisteria #C494DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.29%

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

R = 34.81%
G = 26.29%
B = 38.9%

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

#C494DB (or 0xC494DB) is known color: Wisteria. HEX triplet: C4, 94 and DB. RGB value is (196,148,219). Sum of RGB (Red+Green+Blue) = 196+148+219=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C494DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494DB is #3B6B24. Grayscale: #AAAAAA. Windows color (decimal): -3894053 or 14390468. OLE color: 14390468.

HSL color Cylindrical-coordinate representation of color #C494DB: hue angle of 280.56º degrees, saturation: 0.5, 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 #C494DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 148 219 -
CMYK 0.11 0.32 0 0.14
HSL 280.56º 0.5% 0.72% -
HSV(B) 280.56º 0.32% 0.86% -
XYZ 46.14 38.03 71.93 -
YUV 170.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 196 148 219 0.11 0.32 0 0.14 280.56 0.5 0.72
Hex C4 94 DB B 20 0 E 119 32 48
Octal 304 224 333 13 40 0 16 431 62 110
Binary 11000100 10010100 11011011 1011 100000 0 1110 100011001 110010 1001000

Color Harmonies of #C494DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494DB

Black with #C494DB

Text Example


Text Example

White with #C494DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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