Html Css Color HEX #C294DB Wisteria

📋 copy color: '#C294DB'

red 194 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #C294DB

Tints of Wisteria #C294DB

RGB

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

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

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

R = 34.58%
G = 26.38%
B = 39.04%

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

#C294DB (or 0xC294DB) is known color: Wisteria. HEX triplet: C2, 94 and DB. RGB value is (194,148,219). Sum of RGB (Red+Green+Blue) = 194+148+219=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 148 (58.20% from 255 or 26.38% 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 #C294DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294DB is #3D6B24. Grayscale: #A9A9A9. Windows color (decimal): -4025125 or 14390466. OLE color: 14390466.

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

Color convert

RGB 194 148 219 -
CMYK 0.11 0.32 0 0.14
HSL 278.87º 0.5% 0.72% -
HSV(B) 278.87º 0.32% 0.86% -
XYZ 45.62 37.76 71.9 -
YUV 169.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 194 148 219 0.11 0.32 0 0.14 278.87 0.5 0.72
Hex C2 94 DB B 20 0 E 117 32 48
Octal 302 224 333 13 40 0 16 427 62 110
Binary 11000010 10010100 11011011 1011 100000 0 1110 100010111 110010 1001000

Color Harmonies of #C294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294DB

Black with #C294DB

Text Example


Text Example

White with #C294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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