Html Css Color HEX #C696DC Wisteria

📋 copy color: '#C696DC'

red 198 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #C696DC

Tints of Wisteria #C696DC

RGB

 RED value IS 198 (77.73% from 255) = 34.86%

 GREEN value IS 150 (58.98% from 255) = 26.41%

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

R = 34.86%
G = 26.41%
B = 38.73%

CMYK

 C value IS 0.1

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C696DC (or 0xC696DC) is known color: Wisteria. HEX triplet: C6, 96 and DC. RGB value is (198,150,220). Sum of RGB (Red+Green+Blue) = 198+150+220=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 150 (58.98% from 255 or 26.41% 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 #C696DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696DC is #396923. Grayscale: #ACACAC. Windows color (decimal): -3762468 or 14456518. OLE color: 14456518.

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

Color convert

RGB 198 150 220 -
CMYK 0.1 0.32 0 0.14
HSL 281.14º 0.5% 0.73% -
HSV(B) 281.14º 0.32% 0.86% -
XYZ 47.11 38.99 72.75 -
YUV 172.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 198 150 220 0.1 0.32 0 0.14 281.14 0.5 0.73
Hex C6 96 DC A 20 0 E 119 32 49
Octal 306 226 334 12 40 0 16 431 62 111
Binary 11000110 10010110 11011100 1010 100000 0 1110 100011001 110010 1001001

Color Harmonies of #C696DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696DC

Black with #C696DC

Text Example


Text Example

White with #C696DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696DC; }

 p { color: rgb(198,150,220); }

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

background-color css

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

 a { background-color: rgb(198,150,220); }

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

border-color css

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

 span { border-color: rgb(198,150,220); }

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