Html Css Color HEX #C295DD Wisteria

📋 copy color: '#C295DD'

red 194 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C295DD

Tints of Wisteria #C295DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 34.4%
G = 26.42%
B = 39.18%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C295DD (or 0xC295DD) is known color: Wisteria. HEX triplet: C2, 95 and DD. RGB value is (194,149,221). Sum of RGB (Red+Green+Blue) = 194+149+221=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C295DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DD is #3D6A22. Grayscale: #AAAAAA. Windows color (decimal): -4024867 or 14521794. OLE color: 14521794.

HSL color Cylindrical-coordinate representation of color #C295DD: hue angle of 277.5º degrees, saturation: 0.51, 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 #C295DD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 149 221 -
CMYK 0.12 0.33 0 0.13
HSL 277.5º 0.51% 0.73% -
HSV(B) 277.5º 0.33% 0.87% -
XYZ 46.05 38.18 73.35 -
YUV 170.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 194 149 221 0.12 0.33 0 0.13 277.5 0.51 0.73
Hex C2 95 DD C 21 0 D 116 33 49
Octal 302 225 335 14 41 0 15 426 63 111
Binary 11000010 10010101 11011101 1100 100001 0 1101 100010110 110011 1001001

Color Harmonies of #C295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295DD

Black with #C295DD

Text Example


Text Example

White with #C295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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