Html Css Color HEX #C495DD Wisteria

📋 copy color: '#C495DD'

red 196 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C495DD

Tints of Wisteria #C495DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 34.63%
G = 26.33%
B = 39.05%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C495DD (or 0xC495DD) is known color: Wisteria. HEX triplet: C4, 95 and DD. RGB value is (196,149,221). Sum of RGB (Red+Green+Blue) = 196+149+221=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C495DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495DD is #3B6A22. Grayscale: #ABABAB. Windows color (decimal): -3893795 or 14521796. OLE color: 14521796.

HSL color Cylindrical-coordinate representation of color #C495DD: hue angle of 279.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C495DD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 149 221 -
CMYK 0.11 0.33 0 0.13
HSL 279.17º 0.51% 0.73% -
HSV(B) 279.17º 0.33% 0.87% -
XYZ 46.56 38.45 73.37 -
YUV 171.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 196 149 221 0.11 0.33 0 0.13 279.17 0.51 0.73
Hex C4 95 DD B 21 0 D 117 33 49
Octal 304 225 335 13 41 0 15 427 63 111
Binary 11000100 10010101 11011101 1011 100001 0 1101 100010111 110011 1001001

Color Harmonies of #C495DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495DD

Black with #C495DD

Text Example


Text Example

White with #C495DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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