Html Css Color HEX #C49FD4 Wisteria

📋 copy color: '#C49FD4'

red 196 ◦ green 159 ◦ blue 212

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

Shades of Wisteria #C49FD4

Tints of Wisteria #C49FD4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.04%

 BLUE value IS 212 (83.2% from 255) = 37.39%

R = 34.57%
G = 28.04%
B = 37.39%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C49FD4 (or 0xC49FD4) is known color: Wisteria. HEX triplet: C4, 9F and D4. RGB value is (196,159,212). Sum of RGB (Red+Green+Blue) = 196+159+212=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #C49FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FD4 is #3B602B. Grayscale: #AFAFAF. Windows color (decimal): -3891244 or 13934532. OLE color: 13934532.

HSL color Cylindrical-coordinate representation of color #C49FD4: hue angle of 281.89º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49FD4 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 159 212 -
CMYK 0.08 0.25 0 0.17
HSL 281.89º 0.38% 0.73% -
HSV(B) 281.89º 0.25% 0.83% -
XYZ 47.05 41.29 67.78 -
YUV 176.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 196 159 212 0.08 0.25 0 0.17 281.89 0.38 0.73
Hex C4 9F D4 8 19 0 11 11A 26 49
Octal 304 237 324 10 31 0 21 432 46 111
Binary 11000100 10011111 11010100 1000 11001 0 10001 100011010 100110 1001001

Color Harmonies of #C49FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FD4

Black with #C49FD4

Text Example


Text Example

White with #C49FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FD4; }

 p { color: rgb(196,159,212); }

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

background-color css

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

 a { background-color: rgb(196,159,212); }

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

border-color css

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

 span { border-color: rgb(196,159,212); }

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