Html Css Color HEX #C495EC Wisteria

📋 copy color: '#C495EC'

red 196 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #C495EC

Tints of Wisteria #C495EC

RGB

 RED value IS 196 (76.95% from 255) = 33.73%

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

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 33.73%
G = 25.65%
B = 40.62%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C495EC (or 0xC495EC) is known color: Wisteria. HEX triplet: C4, 95 and EC. RGB value is (196,149,236). Sum of RGB (Red+Green+Blue) = 196+149+236=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C495EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495EC is #3B6A13. Grayscale: #ACACAC. Windows color (decimal): -3893780 or 15504836. OLE color: 15504836.

HSL color Cylindrical-coordinate representation of color #C495EC: hue angle of 272.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C495EC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 149 236 -
CMYK 0.17 0.37 0 0.07
HSL 272.41º 0.7% 0.75% -
HSV(B) 272.41º 0.37% 0.93% -
XYZ 48.65 39.29 84.38 -
YUV 172.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 196 149 236 0.17 0.37 0 0.07 272.41 0.7 0.75
Hex C4 95 EC 11 25 0 7 110 46 4B
Octal 304 225 354 21 45 0 7 420 106 113
Binary 11000100 10010101 11101100 10001 100101 0 111 100010000 1000110 1001011

Color Harmonies of #C495EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495EC

Black with #C495EC

Text Example


Text Example

White with #C495EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495EC; }

 p { color: rgb(196,149,236); }

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

background-color css

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

 a { background-color: rgb(196,149,236); }

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

border-color css

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

 span { border-color: rgb(196,149,236); }

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