Html Css Color HEX #C794D5 Wisteria

📋 copy color: '#C794D5'

red 199 ◦ green 148 ◦ blue 213

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

Shades of Wisteria #C794D5

Tints of Wisteria #C794D5

RGB

 RED value IS 199 (78.13% from 255) = 35.54%

 GREEN value IS 148 (58.2% from 255) = 26.43%

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 35.54%
G = 26.43%
B = 38.04%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C794D5 (or 0xC794D5) is known color: Wisteria. HEX triplet: C7, 94 and D5. RGB value is (199,148,213). Sum of RGB (Red+Green+Blue) = 199+148+213=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #C794D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794D5 is #386B2A. Grayscale: #AAAAAA. Windows color (decimal): -3697451 or 13997255. OLE color: 13997255.

HSL color Cylindrical-coordinate representation of color #C794D5: hue angle of 287.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C794D5 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 148 213 -
CMYK 0.07 0.31 0 0.16
HSL 287.08º 0.44% 0.71% -
HSV(B) 287.08º 0.31% 0.84% -
XYZ 46.15 38.13 67.88 -
YUV 170.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 199 148 213 0.07 0.31 0 0.16 287.08 0.44 0.71
Hex C7 94 D5 7 1F 0 10 11F 2C 47
Octal 307 224 325 7 37 0 20 437 54 107
Binary 11000111 10010100 11010101 111 11111 0 10000 100011111 101100 1000111

Color Harmonies of #C794D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C794D5

Black with #C794D5

Text Example


Text Example

White with #C794D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C794D5; }

 p { color: rgb(199,148,213); }

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

background-color css

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

 a { background-color: rgb(199,148,213); }

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

border-color css

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

 span { border-color: rgb(199,148,213); }

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