Html Css Color HEX #C696D8 Wisteria

📋 copy color: '#C696D8'

red 198 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #C696D8

Tints of Wisteria #C696D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 35.11%
G = 26.6%
B = 38.3%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C696D8 (or 0xC696D8) is known color: Wisteria. HEX triplet: C6, 96 and D8. RGB value is (198,150,216). Sum of RGB (Red+Green+Blue) = 198+150+216=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #C696D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696D8 is #396927. Grayscale: #ABABAB. Windows color (decimal): -3762472 or 14194374. OLE color: 14194374.

HSL color Cylindrical-coordinate representation of color #C696D8: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C696D8 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 150 216 -
CMYK 0.08 0.31 0 0.15
HSL 283.64º 0.46% 0.72% -
HSV(B) 283.64º 0.31% 0.85% -
XYZ 46.59 38.78 69.99 -
YUV 171.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 198 150 216 0.08 0.31 0 0.15 283.64 0.46 0.72
Hex C6 96 D8 8 1F 0 F 11C 2E 48
Octal 306 226 330 10 37 0 17 434 56 110
Binary 11000110 10010110 11011000 1000 11111 0 1111 100011100 101110 1001000

Color Harmonies of #C696D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696D8

Black with #C696D8

Text Example


Text Example

White with #C696D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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