Html Css Color HEX #C696D3 Wisteria

📋 copy color: '#C696D3'

red 198 ◦ green 150 ◦ blue 211

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

Shades of Wisteria #C696D3

Tints of Wisteria #C696D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 35.42%
G = 26.83%
B = 37.75%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C696D3 (or 0xC696D3) is known color: Wisteria. HEX triplet: C6, 96 and D3. RGB value is (198,150,211). Sum of RGB (Red+Green+Blue) = 198+150+211=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #C696D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696D3 is #39692C. Grayscale: #ABABAB. Windows color (decimal): -3762477 or 13866694. OLE color: 13866694.

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

Color convert

RGB 198 150 211 -
CMYK 0.06 0.29 0 0.17
HSL 287.21º 0.41% 0.71% -
HSV(B) 287.21º 0.29% 0.83% -
XYZ 45.95 38.52 66.64 -
YUV 171.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 198 150 211 0.06 0.29 0 0.17 287.21 0.41 0.71
Hex C6 96 D3 6 1D 0 11 11F 29 47
Octal 306 226 323 6 35 0 21 437 51 107
Binary 11000110 10010110 11010011 110 11101 0 10001 100011111 101001 1000111

Color Harmonies of #C696D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696D3

Black with #C696D3

Text Example


Text Example

White with #C696D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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