Html Css Color HEX #C696D2 Wisteria

📋 copy color: '#C696D2'

red 198 ◦ green 150 ◦ blue 210

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

Shades of Wisteria #C696D2

Tints of Wisteria #C696D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.63%

R = 35.48%
G = 26.88%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C696D2 (or 0xC696D2) is known color: Wisteria. HEX triplet: C6, 96 and D2. RGB value is (198,150,210). Sum of RGB (Red+Green+Blue) = 198+150+210=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #C696D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696D2 is #39692D. Grayscale: #ABABAB. Windows color (decimal): -3762478 or 13801158. OLE color: 13801158.

HSL color Cylindrical-coordinate representation of color #C696D2: hue angle of 288º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C696D2 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 150 210 -
CMYK 0.06 0.29 0 0.18
HSL 288º 0.4% 0.71% -
HSV(B) 288º 0.29% 0.82% -
XYZ 45.83 38.47 65.98 -
YUV 171.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 198 150 210 0.06 0.29 0 0.18 288 0.4 0.71
Hex C6 96 D2 6 1D 0 12 120 28 47
Octal 306 226 322 6 35 0 22 440 50 107
Binary 11000110 10010110 11010010 110 11101 0 10010 100100000 101000 1000111

Color Harmonies of #C696D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696D2

Black with #C696D2

Text Example


Text Example

White with #C696D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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