Html Css Color HEX #C49CCE Wisteria

📋 copy color: '#C49CCE'

red 196 ◦ green 156 ◦ blue 206

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

Shades of Wisteria #C49CCE

Tints of Wisteria #C49CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.96%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 35.13%
G = 27.96%
B = 36.92%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C49CCE (or 0xC49CCE) is known color: Wisteria. HEX triplet: C4, 9C and CE. RGB value is (196,156,206). Sum of RGB (Red+Green+Blue) = 196+156+206=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C49CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CCE is #3B6331. Grayscale: #ADADAD. Windows color (decimal): -3892018 or 13540548. OLE color: 13540548.

HSL color Cylindrical-coordinate representation of color #C49CCE: hue angle of 288º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49CCE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 156 206 -
CMYK 0.05 0.24 0 0.19
HSL 288º 0.34% 0.71% -
HSV(B) 288º 0.24% 0.81% -
XYZ 45.79 39.97 63.69 -
YUV 173.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 196 156 206 0.05 0.24 0 0.19 288 0.34 0.71
Hex C4 9C CE 5 18 0 13 120 22 47
Octal 304 234 316 5 30 0 23 440 42 107
Binary 11000100 10011100 11001110 101 11000 0 10011 100100000 100010 1000111

Color Harmonies of #C49CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CCE

Black with #C49CCE

Text Example


Text Example

White with #C49CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CCE; }

 p { color: rgb(196,156,206); }

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

background-color css

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

 a { background-color: rgb(196,156,206); }

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

border-color css

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

 span { border-color: rgb(196,156,206); }

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