Html Css Color HEX #C697EF Wisteria

📋 copy color: '#C697EF'

red 198 ◦ green 151 ◦ blue 239

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

Shades of Wisteria #C697EF

Tints of Wisteria #C697EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 33.67%
G = 25.68%
B = 40.65%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C697EF (or 0xC697EF) is known color: Wisteria. HEX triplet: C6, 97 and EF. RGB value is (198,151,239). Sum of RGB (Red+Green+Blue) = 198+151+239=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #C697EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697EF is #396810. Grayscale: #AEAEAE. Windows color (decimal): -3762193 or 15701958. OLE color: 15701958.

HSL color Cylindrical-coordinate representation of color #C697EF: hue angle of 272.05º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C697EF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 151 239 -
CMYK 0.17 0.37 0 0.06
HSL 272.05º 0.73% 0.76% -
HSV(B) 272.05º 0.37% 0.94% -
XYZ 49.94 40.37 86.82 -
YUV 175.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 198 151 239 0.17 0.37 0 0.06 272.05 0.73 0.76
Hex C6 97 EF 11 25 0 6 110 49 4C
Octal 306 227 357 21 45 0 6 420 111 114
Binary 11000110 10010111 11101111 10001 100101 0 110 100010000 1001001 1001100

Color Harmonies of #C697EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697EF

Black with #C697EF

Text Example


Text Example

White with #C697EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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