Html Css Color HEX #C793D7 Wisteria

📋 copy color: '#C793D7'

red 199 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C793D7

Tints of Wisteria #C793D7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.2%

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 35.47%
G = 26.2%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C793D7 (or 0xC793D7) is known color: Wisteria. HEX triplet: C7, 93 and D7. RGB value is (199,147,215). Sum of RGB (Red+Green+Blue) = 199+147+215=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #C793D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793D7 is #386C28. Grayscale: #AAAAAA. Windows color (decimal): -3697705 or 14128071. OLE color: 14128071.

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

Color convert

RGB 199 147 215 -
CMYK 0.07 0.32 0 0.16
HSL 285.88º 0.46% 0.71% -
HSV(B) 285.88º 0.32% 0.84% -
XYZ 46.25 37.92 69.17 -
YUV 170.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 199 147 215 0.07 0.32 0 0.16 285.88 0.46 0.71
Hex C7 93 D7 7 20 0 10 11E 2E 47
Octal 307 223 327 7 40 0 20 436 56 107
Binary 11000111 10010011 11010111 111 100000 0 10000 100011110 101110 1000111

Color Harmonies of #C793D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C793D7

Black with #C793D7

Text Example


Text Example

White with #C793D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C793D7; }

 p { color: rgb(199,147,215); }

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

background-color css

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

 a { background-color: rgb(199,147,215); }

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

border-color css

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

 span { border-color: rgb(199,147,215); }

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