Html Css Color HEX #C795D1 Wisteria

📋 copy color: '#C795D1'

red 199 ◦ green 149 ◦ blue 209

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

Shades of Wisteria #C795D1

Tints of Wisteria #C795D1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.75%

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

R = 35.73%
G = 26.75%
B = 37.52%

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

#C795D1 (or 0xC795D1) is known color: Wisteria. HEX triplet: C7, 95 and D1. RGB value is (199,149,209). Sum of RGB (Red+Green+Blue) = 199+149+209=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #C795D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795D1 is #386A2E. Grayscale: #AAAAAA. Windows color (decimal): -3697199 or 13735367. OLE color: 13735367.

HSL color Cylindrical-coordinate representation of color #C795D1: hue angle of 290º degrees, saturation: 0.39, 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 #C795D1 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 149 209 -
CMYK 0.05 0.29 0 0.18
HSL 290º 0.39% 0.7% -
HSV(B) 290º 0.29% 0.82% -
XYZ 45.81 38.24 65.29 -
YUV 170.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 199 149 209 0.05 0.29 0 0.18 290 0.39 0.7
Hex C7 95 D1 5 1D 0 12 122 27 46
Octal 307 225 321 5 35 0 22 442 47 106
Binary 11000111 10010101 11010001 101 11101 0 10010 100100010 100111 1000110

Color Harmonies of #C795D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795D1

Black with #C795D1

Text Example


Text Example

White with #C795D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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