Html Css Color HEX #C794DC Wisteria

📋 copy color: '#C794DC'

red 199 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #C794DC

Tints of Wisteria #C794DC

RGB

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

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

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

R = 35.1%
G = 26.1%
B = 38.8%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C794DC (or 0xC794DC) is known color: Wisteria. HEX triplet: C7, 94 and DC. RGB value is (199,148,220). Sum of RGB (Red+Green+Blue) = 199+148+220=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C794DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794DC is #386B23. Grayscale: #ABABAB. Windows color (decimal): -3697444 or 14456007. OLE color: 14456007.

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

Color convert

RGB 199 148 220 -
CMYK 0.10 0.33 0 0.14
HSL 282.5º 0.51% 0.72% -
HSV(B) 282.5º 0.33% 0.86% -
XYZ 47.06 38.49 72.66 -
YUV 171.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 199 148 220 0.10 0.33 0 0.14 282.5 0.51 0.72
Hex C7 94 DC A 21 0 E 11A 33 48
Octal 307 224 334 12 41 0 16 432 63 110
Binary 11000111 10010100 11011100 1010 100001 0 1110 100011010 110011 1001000

Color Harmonies of #C794DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C794DC

Black with #C794DC

Text Example


Text Example

White with #C794DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C794DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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