Html Css Color HEX #C696EC Wisteria

📋 copy color: '#C696EC'

red 198 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #C696EC

Tints of Wisteria #C696EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 33.9%
G = 25.68%
B = 40.41%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C696EC (or 0xC696EC) is known color: Wisteria. HEX triplet: C6, 96 and EC. RGB value is (198,150,236). Sum of RGB (Red+Green+Blue) = 198+150+236=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #C696EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696EC is #396913. Grayscale: #ADADAD. Windows color (decimal): -3762452 or 15505094. OLE color: 15505094.

HSL color Cylindrical-coordinate representation of color #C696EC: hue angle of 273.49º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C696EC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 150 236 -
CMYK 0.16 0.36 0 0.07
HSL 273.49º 0.69% 0.76% -
HSV(B) 273.49º 0.36% 0.93% -
XYZ 49.34 39.87 84.45 -
YUV 174.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 198 150 236 0.16 0.36 0 0.07 273.49 0.69 0.76
Hex C6 96 EC 10 24 0 7 111 45 4C
Octal 306 226 354 20 44 0 7 421 105 114
Binary 11000110 10010110 11101100 10000 100100 0 111 100010001 1000101 1001100

Color Harmonies of #C696EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696EC

Black with #C696EC

Text Example


Text Example

White with #C696EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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