Html Css Color HEX #C295E9 Wisteria

📋 copy color: '#C295E9'

red 194 ◦ green 149 ◦ blue 233

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

Shades of Wisteria #C295E9

Tints of Wisteria #C295E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.45%

R = 33.68%
G = 25.87%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C295E9 (or 0xC295E9) is known color: Wisteria. HEX triplet: C2, 95 and E9. RGB value is (194,149,233). Sum of RGB (Red+Green+Blue) = 194+149+233=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #C295E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295E9 is #3D6A16. Grayscale: #ABABAB. Windows color (decimal): -4024855 or 15308226. OLE color: 15308226.

HSL color Cylindrical-coordinate representation of color #C295E9: hue angle of 272.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C295E9 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 149 233 -
CMYK 0.17 0.36 0 0.09
HSL 272.14º 0.66% 0.75% -
HSV(B) 272.14º 0.36% 0.91% -
XYZ 47.7 38.85 82.07 -
YUV 172.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 194 149 233 0.17 0.36 0 0.09 272.14 0.66 0.75
Hex C2 95 E9 11 24 0 9 110 42 4B
Octal 302 225 351 21 44 0 11 420 102 113
Binary 11000010 10010101 11101001 10001 100100 0 1001 100010000 1000010 1001011

Color Harmonies of #C295E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295E9

Black with #C295E9

Text Example


Text Example

White with #C295E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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