Html Css Color HEX #C293DB Wisteria

📋 copy color: '#C293DB'

red 194 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #C293DB

Tints of Wisteria #C293DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.25%

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

R = 34.64%
G = 26.25%
B = 39.11%

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

#C293DB (or 0xC293DB) is known color: Wisteria. HEX triplet: C2, 93 and DB. RGB value is (194,147,219). Sum of RGB (Red+Green+Blue) = 194+147+219=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C293DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DB is #3D6C24. Grayscale: #A9A9A9. Windows color (decimal): -4025381 or 14390210. OLE color: 14390210.

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

Color convert

RGB 194 147 219 -
CMYK 0.11 0.33 0 0.14
HSL 279.17º 0.5% 0.72% -
HSV(B) 279.17º 0.33% 0.86% -
XYZ 45.47 37.45 71.85 -
YUV 169.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 194 147 219 0.11 0.33 0 0.14 279.17 0.5 0.72
Hex C2 93 DB B 21 0 E 117 32 48
Octal 302 223 333 13 41 0 16 427 62 110
Binary 11000010 10010011 11011011 1011 100001 0 1110 100010111 110010 1001000

Color Harmonies of #C293DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293DB

Black with #C293DB

Text Example


Text Example

White with #C293DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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