Html Css Color HEX #C295DE Wisteria

📋 copy color: '#C295DE'

red 194 ◦ green 149 ◦ blue 222

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

Shades of Wisteria #C295DE

Tints of Wisteria #C295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 34.34%
G = 26.37%
B = 39.29%

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

#C295DE (or 0xC295DE) is known color: Wisteria. HEX triplet: C2, 95 and DE. RGB value is (194,149,222). Sum of RGB (Red+Green+Blue) = 194+149+222=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #C295DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DE is #3D6A21. Grayscale: #AAAAAA. Windows color (decimal): -4024866 or 14587330. OLE color: 14587330.

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

Color convert

RGB 194 149 222 -
CMYK 0.13 0.33 0 0.13
HSL 276.99º 0.53% 0.73% -
HSV(B) 276.99º 0.33% 0.87% -
XYZ 46.18 38.24 74.05 -
YUV 170.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 194 149 222 0.13 0.33 0 0.13 276.99 0.53 0.73
Hex C2 95 DE D 21 0 D 115 35 49
Octal 302 225 336 15 41 0 15 425 65 111
Binary 11000010 10010101 11011110 1101 100001 0 1101 100010101 110101 1001001

Color Harmonies of #C295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295DE

Black with #C295DE

Text Example


Text Example

White with #C295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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