Html Css Color HEX #C295DF Wisteria

📋 copy color: '#C295DF'

red 194 ◦ green 149 ◦ blue 223

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

Shades of Wisteria #C295DF

Tints of Wisteria #C295DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.33%

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

R = 34.28%
G = 26.33%
B = 39.4%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C295DF (or 0xC295DF) is known color: Wisteria. HEX triplet: C2, 95 and DF. RGB value is (194,149,223). Sum of RGB (Red+Green+Blue) = 194+149+223=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C295DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DF is #3D6A20. Grayscale: #AAAAAA. Windows color (decimal): -4024865 or 14652866. OLE color: 14652866.

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

Color convert

RGB 194 149 223 -
CMYK 0.13 0.33 0 0.13
HSL 276.49º 0.54% 0.73% -
HSV(B) 276.49º 0.33% 0.87% -
XYZ 46.31 38.29 74.76 -
YUV 170.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 194 149 223 0.13 0.33 0 0.13 276.49 0.54 0.73
Hex C2 95 DF D 21 0 D 114 36 49
Octal 302 225 337 15 41 0 15 424 66 111
Binary 11000010 10010101 11011111 1101 100001 0 1101 100010100 110110 1001001

Color Harmonies of #C295DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295DF

Black with #C295DF

Text Example


Text Example

White with #C295DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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