Html Css Color HEX #C697DE Wisteria

📋 copy color: '#C697DE'

red 198 ◦ green 151 ◦ blue 222

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

Shades of Wisteria #C697DE

Tints of Wisteria #C697DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 34.68%
G = 26.44%
B = 38.88%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C697DE (or 0xC697DE) is known color: Wisteria. HEX triplet: C6, 97 and DE. RGB value is (198,151,222). Sum of RGB (Red+Green+Blue) = 198+151+222=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C697DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DE is #396821. Grayscale: #ACACAC. Windows color (decimal): -3762210 or 14587846. OLE color: 14587846.

HSL color Cylindrical-coordinate representation of color #C697DE: hue angle of 279.72º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C697DE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 151 222 -
CMYK 0.11 0.32 0 0.13
HSL 279.72º 0.52% 0.73% -
HSV(B) 279.72º 0.32% 0.87% -
XYZ 47.54 39.41 74.21 -
YUV 173.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 198 151 222 0.11 0.32 0 0.13 279.72 0.52 0.73
Hex C6 97 DE B 20 0 D 118 34 49
Octal 306 227 336 13 40 0 15 430 64 111
Binary 11000110 10010111 11011110 1011 100000 0 1101 100011000 110100 1001001

Color Harmonies of #C697DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697DE

Black with #C697DE

Text Example


Text Example

White with #C697DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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