Html Css Color HEX #C495D3 Wisteria

📋 copy color: '#C495D3'

red 196 ◦ green 149 ◦ blue 211

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

Shades of Wisteria #C495D3

Tints of Wisteria #C495D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 35.25%
G = 26.8%
B = 37.95%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C495D3 (or 0xC495D3) is known color: Wisteria. HEX triplet: C4, 95 and D3. RGB value is (196,149,211). Sum of RGB (Red+Green+Blue) = 196+149+211=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #C495D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495D3 is #3B6A2C. Grayscale: #A9A9A9. Windows color (decimal): -3893805 or 13866436. OLE color: 13866436.

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

Color convert

RGB 196 149 211 -
CMYK 0.07 0.29 0 0.17
HSL 285.48º 0.41% 0.71% -
HSV(B) 285.48º 0.29% 0.83% -
XYZ 45.27 37.93 66.56 -
YUV 170.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 196 149 211 0.07 0.29 0 0.17 285.48 0.41 0.71
Hex C4 95 D3 7 1D 0 11 11D 29 47
Octal 304 225 323 7 35 0 21 435 51 107
Binary 11000100 10010101 11010011 111 11101 0 10001 100011101 101001 1000111

Color Harmonies of #C495D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495D3

Black with #C495D3

Text Example


Text Example

White with #C495D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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