Html Css Color HEX #C794D1 Wisteria

📋 copy color: '#C794D1'

red 199 ◦ green 148 ◦ blue 209

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

Shades of Wisteria #C794D1

Tints of Wisteria #C794D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 35.79%
G = 26.62%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C794D1 (or 0xC794D1) is known color: Wisteria. HEX triplet: C7, 94 and D1. RGB value is (199,148,209). Sum of RGB (Red+Green+Blue) = 199+148+209=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #C794D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794D1 is #386B2E. Grayscale: #AAAAAA. Windows color (decimal): -3697455 or 13735111. OLE color: 13735111.

HSL color Cylindrical-coordinate representation of color #C794D1: hue angle of 290.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C794D1 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 148 209 -
CMYK 0.05 0.29 0 0.18
HSL 290.16º 0.4% 0.7% -
HSV(B) 290.16º 0.29% 0.82% -
XYZ 45.65 37.93 65.24 -
YUV 170.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 199 148 209 0.05 0.29 0 0.18 290.16 0.4 0.7
Hex C7 94 D1 5 1D 0 12 122 28 46
Octal 307 224 321 5 35 0 22 442 50 106
Binary 11000111 10010100 11010001 101 11101 0 10010 100100010 101000 1000110

Color Harmonies of #C794D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C794D1

Black with #C794D1

Text Example


Text Example

White with #C794D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C794D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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