Html Css Color HEX #C696FB Wisteria

📋 copy color: '#C696FB'

red 198 ◦ green 150 ◦ blue 251

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

Shades of Wisteria #C696FB

Tints of Wisteria #C696FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 33.06%
G = 25.04%
B = 41.9%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C696FB (or 0xC696FB) is known color: Wisteria. HEX triplet: C6, 96 and FB. RGB value is (198,150,251). Sum of RGB (Red+Green+Blue) = 198+150+251=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #C696FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FB is #396904. Grayscale: #AFAFAF. Windows color (decimal): -3762437 or 16488134. OLE color: 16488134.

HSL color Cylindrical-coordinate representation of color #C696FB: hue angle of 268.51º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C696FB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 150 251 -
CMYK 0.21 0.40 0 0.02
HSL 268.51º 0.93% 0.79% -
HSV(B) 268.51º 0.4% 0.98% -
XYZ 51.61 40.78 96.42 -
YUV 175.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 198 150 251 0.21 0.40 0 0.02 268.51 0.93 0.79
Hex C6 96 FB 15 28 0 2 10D 5D 4F
Octal 306 226 373 25 50 0 2 415 135 117
Binary 11000110 10010110 11111011 10101 101000 0 10 100001101 1011101 1001111

Color Harmonies of #C696FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696FB

Black with #C696FB

Text Example


Text Example

White with #C696FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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