Html Css Color HEX #C49BCF Wisteria

📋 copy color: '#C49BCF'

red 196 ◦ green 155 ◦ blue 207

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

Shades of Wisteria #C49BCF

Tints of Wisteria #C49BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.78%

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 35.13%
G = 27.78%
B = 37.1%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C49BCF (or 0xC49BCF) is known color: Wisteria. HEX triplet: C4, 9B and CF. RGB value is (196,155,207). Sum of RGB (Red+Green+Blue) = 196+155+207=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C49BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BCF is #3B6430. Grayscale: #ADADAD. Windows color (decimal): -3892273 or 13605828. OLE color: 13605828.

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

Color convert

RGB 196 155 207 -
CMYK 0.05 0.25 0 0.19
HSL 287.31º 0.35% 0.71% -
HSV(B) 287.31º 0.25% 0.81% -
XYZ 45.75 39.68 64.28 -
YUV 173.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 196 155 207 0.05 0.25 0 0.19 287.31 0.35 0.71
Hex C4 9B CF 5 19 0 13 11F 23 47
Octal 304 233 317 5 31 0 23 437 43 107
Binary 11000100 10011011 11001111 101 11001 0 10011 100011111 100011 1000111

Color Harmonies of #C49BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BCF

Black with #C49BCF

Text Example


Text Example

White with #C49BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BCF; }

 p { color: rgb(196,155,207); }

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

background-color css

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

 a { background-color: rgb(196,155,207); }

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

border-color css

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

 span { border-color: rgb(196,155,207); }

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