Html Css Color HEX #C697EC Wisteria

📋 copy color: '#C697EC'

red 198 ◦ green 151 ◦ blue 236

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

Shades of Wisteria #C697EC

Tints of Wisteria #C697EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.81%

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

R = 33.85%
G = 25.81%
B = 40.34%

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

#C697EC (or 0xC697EC) is known color: Wisteria. HEX triplet: C6, 97 and EC. RGB value is (198,151,236). Sum of RGB (Red+Green+Blue) = 198+151+236=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #C697EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697EC is #396813. Grayscale: #AEAEAE. Windows color (decimal): -3762196 or 15505350. OLE color: 15505350.

HSL color Cylindrical-coordinate representation of color #C697EC: hue angle of 273.18º 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 #C697EC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 151 236 -
CMYK 0.16 0.36 0 0.07
HSL 273.18º 0.69% 0.76% -
HSV(B) 273.18º 0.36% 0.93% -
XYZ 49.5 40.2 84.51 -
YUV 174.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 198 151 236 0.16 0.36 0 0.07 273.18 0.69 0.76
Hex C6 97 EC 10 24 0 7 111 45 4C
Octal 306 227 354 20 44 0 7 421 105 114
Binary 11000110 10010111 11101100 10000 100100 0 111 100010001 1000101 1001100

Color Harmonies of #C697EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697EC

Black with #C697EC

Text Example


Text Example

White with #C697EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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