Html Css Color HEX #C292DB Wisteria

📋 copy color: '#C292DB'

red 194 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #C292DB

Tints of Wisteria #C292DB

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

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

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

R = 34.7%
G = 26.12%
B = 39.18%

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

#C292DB (or 0xC292DB) is known color: Wisteria. HEX triplet: C2, 92 and DB. RGB value is (194,146,219). Sum of RGB (Red+Green+Blue) = 194+146+219=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C292DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292DB is #3D6D24. Grayscale: #A8A8A8. Windows color (decimal): -4025637 or 14389954. OLE color: 14389954.

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

Color convert

RGB 194 146 219 -
CMYK 0.11 0.33 0 0.14
HSL 279.45º 0.5% 0.72% -
HSV(B) 279.45º 0.33% 0.86% -
XYZ 45.31 37.14 71.8 -
YUV 168.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 194 146 219 0.11 0.33 0 0.14 279.45 0.5 0.72
Hex C2 92 DB B 21 0 E 117 32 48
Octal 302 222 333 13 41 0 16 427 62 110
Binary 11000010 10010010 11011011 1011 100001 0 1110 100010111 110010 1001000

Color Harmonies of #C292DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292DB

Black with #C292DB

Text Example


Text Example

White with #C292DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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