Html Css Color HEX #C794D6 Wisteria

📋 copy color: '#C794D6'

red 199 ◦ green 148 ◦ blue 214

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

Shades of Wisteria #C794D6

Tints of Wisteria #C794D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 35.47%
G = 26.38%
B = 38.15%

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

#C794D6 (or 0xC794D6) is known color: Wisteria. HEX triplet: C7, 94 and D6. RGB value is (199,148,214). Sum of RGB (Red+Green+Blue) = 199+148+214=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #C794D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794D6 is #386B29. Grayscale: #AAAAAA. Windows color (decimal): -3697450 or 14062791. OLE color: 14062791.

HSL color Cylindrical-coordinate representation of color #C794D6: hue angle of 286.36º degrees, saturation: 0.45, 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 #C794D6 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 148 214 -
CMYK 0.07 0.31 0 0.16
HSL 286.36º 0.45% 0.71% -
HSV(B) 286.36º 0.31% 0.84% -
XYZ 46.28 38.18 68.55 -
YUV 170.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 199 148 214 0.07 0.31 0 0.16 286.36 0.45 0.71
Hex C7 94 D6 7 1F 0 10 11E 2D 47
Octal 307 224 326 7 37 0 20 436 55 107
Binary 11000111 10010100 11010110 111 11111 0 10000 100011110 101101 1000111

Color Harmonies of #C794D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C794D6

Black with #C794D6

Text Example


Text Example

White with #C794D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C794D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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