Html Css Color HEX #C294DF Wisteria

📋 copy color: '#C294DF'

red 194 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #C294DF

Tints of Wisteria #C294DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 34.34%
G = 26.19%
B = 39.47%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C294DF (or 0xC294DF) is known color: Wisteria. HEX triplet: C2, 94 and DF. RGB value is (194,148,223). Sum of RGB (Red+Green+Blue) = 194+148+223=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C294DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294DF is #3D6B20. Grayscale: #AAAAAA. Windows color (decimal): -4025121 or 14652610. OLE color: 14652610.

HSL color Cylindrical-coordinate representation of color #C294DF: hue angle of 276.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C294DF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 148 223 -
CMYK 0.13 0.34 0 0.13
HSL 276.8º 0.54% 0.73% -
HSV(B) 276.8º 0.34% 0.87% -
XYZ 46.16 37.98 74.71 -
YUV 170.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 194 148 223 0.13 0.34 0 0.13 276.8 0.54 0.73
Hex C2 94 DF D 22 0 D 115 36 49
Octal 302 224 337 15 42 0 15 425 66 111
Binary 11000010 10010100 11011111 1101 100010 0 1101 100010101 110110 1001001

Color Harmonies of #C294DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294DF

Black with #C294DF

Text Example


Text Example

White with #C294DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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