Html Css Color HEX #C795DC Wisteria

📋 copy color: '#C795DC'

red 199 ◦ green 149 ◦ blue 220

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

Shades of Wisteria #C795DC

Tints of Wisteria #C795DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 35.04%
G = 26.23%
B = 38.73%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C795DC (or 0xC795DC) is known color: Wisteria. HEX triplet: C7, 95 and DC. RGB value is (199,149,220). Sum of RGB (Red+Green+Blue) = 199+149+220=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C795DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795DC is #386A23. Grayscale: #ABABAB. Windows color (decimal): -3697188 or 14456263. OLE color: 14456263.

HSL color Cylindrical-coordinate representation of color #C795DC: hue angle of 282.25º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C795DC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 149 220 -
CMYK 0.10 0.32 0 0.14
HSL 282.25º 0.5% 0.72% -
HSV(B) 282.25º 0.32% 0.86% -
XYZ 47.22 38.8 72.71 -
YUV 172.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 199 149 220 0.10 0.32 0 0.14 282.25 0.5 0.72
Hex C7 95 DC A 20 0 E 11A 32 48
Octal 307 225 334 12 40 0 16 432 62 110
Binary 11000111 10010101 11011100 1010 100000 0 1110 100011010 110010 1001000

Color Harmonies of #C795DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795DC

Black with #C795DC

Text Example


Text Example

White with #C795DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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