Html Css Color HEX #C295EA Wisteria

📋 copy color: '#C295EA'

red 194 ◦ green 149 ◦ blue 234

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

Shades of Wisteria #C295EA

Tints of Wisteria #C295EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 33.62%
G = 25.82%
B = 40.55%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C295EA (or 0xC295EA) is known color: Wisteria. HEX triplet: C2, 95 and EA. RGB value is (194,149,234). Sum of RGB (Red+Green+Blue) = 194+149+234=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C295EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295EA is #3D6A15. Grayscale: #ABABAB. Windows color (decimal): -4024854 or 15373762. OLE color: 15373762.

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

Color convert

RGB 194 149 234 -
CMYK 0.17 0.36 0 0.08
HSL 271.76º 0.67% 0.75% -
HSV(B) 271.76º 0.36% 0.92% -
XYZ 47.85 38.9 82.83 -
YUV 172.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 194 149 234 0.17 0.36 0 0.08 271.76 0.67 0.75
Hex C2 95 EA 11 24 0 8 110 43 4B
Octal 302 225 352 21 44 0 10 420 103 113
Binary 11000010 10010101 11101010 10001 100100 0 1000 100010000 1000011 1001011

Color Harmonies of #C295EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295EA

Black with #C295EA

Text Example


Text Example

White with #C295EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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