Html Css Color HEX #C492DB Wisteria

📋 copy color: '#C492DB'

red 196 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #C492DB

Tints of Wisteria #C492DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.02%

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

R = 34.94%
G = 26.02%
B = 39.04%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C492DB (or 0xC492DB) is known color: Wisteria. HEX triplet: C4, 92 and DB. RGB value is (196,146,219). Sum of RGB (Red+Green+Blue) = 196+146+219=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C492DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DB is #3B6D24. Grayscale: #A9A9A9. Windows color (decimal): -3894565 or 14389956. OLE color: 14389956.

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

Color convert

RGB 196 146 219 -
CMYK 0.11 0.33 0 0.14
HSL 281.1º 0.5% 0.72% -
HSV(B) 281.1º 0.33% 0.86% -
XYZ 45.83 37.41 71.82 -
YUV 169.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 196 146 219 0.11 0.33 0 0.14 281.1 0.5 0.72
Hex C4 92 DB B 21 0 E 119 32 48
Octal 304 222 333 13 41 0 16 431 62 110
Binary 11000100 10010010 11011011 1011 100001 0 1110 100011001 110010 1001000

Color Harmonies of #C492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492DB

Black with #C492DB

Text Example


Text Example

White with #C492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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