Html Css Color HEX #C795DE Wisteria

📋 copy color: '#C795DE'

red 199 ◦ green 149 ◦ blue 222

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

Shades of Wisteria #C795DE

Tints of Wisteria #C795DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 34.91%
G = 26.14%
B = 38.95%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C795DE (or 0xC795DE) is known color: Wisteria. HEX triplet: C7, 95 and DE. RGB value is (199,149,222). Sum of RGB (Red+Green+Blue) = 199+149+222=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C795DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795DE is #386A21. Grayscale: #ACACAC. Windows color (decimal): -3697186 or 14587335. OLE color: 14587335.

HSL color Cylindrical-coordinate representation of color #C795DE: hue angle of 281.1º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C795DE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 149 222 -
CMYK 0.10 0.33 0 0.13
HSL 281.1º 0.53% 0.73% -
HSV(B) 281.1º 0.33% 0.87% -
XYZ 47.49 38.91 74.12 -
YUV 172.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 199 149 222 0.10 0.33 0 0.13 281.1 0.53 0.73
Hex C7 95 DE A 21 0 D 119 35 49
Octal 307 225 336 12 41 0 15 431 65 111
Binary 11000111 10010101 11011110 1010 100001 0 1101 100011001 110101 1001001

Color Harmonies of #C795DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795DE

Black with #C795DE

Text Example


Text Example

White with #C795DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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