Html Css Color HEX #C495ED Wisteria

📋 copy color: '#C495ED'

red 196 ◦ green 149 ◦ blue 237

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

Shades of Wisteria #C495ED

Tints of Wisteria #C495ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 33.68%
G = 25.6%
B = 40.72%

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

#C495ED (or 0xC495ED) is known color: Wisteria. HEX triplet: C4, 95 and ED. RGB value is (196,149,237). Sum of RGB (Red+Green+Blue) = 196+149+237=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C495ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495ED is #3B6A12. Grayscale: #ACACAC. Windows color (decimal): -3893779 or 15570372. OLE color: 15570372.

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

Color convert

RGB 196 149 237 -
CMYK 0.17 0.37 0 0.07
HSL 272.05º 0.71% 0.76% -
HSV(B) 272.05º 0.37% 0.93% -
XYZ 48.8 39.35 85.14 -
YUV 173.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 196 149 237 0.17 0.37 0 0.07 272.05 0.71 0.76
Hex C4 95 ED 11 25 0 7 110 47 4C
Octal 304 225 355 21 45 0 7 420 107 114
Binary 11000100 10010101 11101101 10001 100101 0 111 100010000 1000111 1001100

Color Harmonies of #C495ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495ED

Black with #C495ED

Text Example


Text Example

White with #C495ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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