Html Css Color HEX #C697DF Wisteria

📋 copy color: '#C697DF'

red 198 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #C697DF

Tints of Wisteria #C697DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 34.62%
G = 26.4%
B = 38.99%

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

#C697DF (or 0xC697DF) is known color: Wisteria. HEX triplet: C6, 97 and DF. RGB value is (198,151,223). Sum of RGB (Red+Green+Blue) = 198+151+223=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #C697DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DF is #396820. Grayscale: #ADADAD. Windows color (decimal): -3762209 or 14653382. OLE color: 14653382.

HSL color Cylindrical-coordinate representation of color #C697DF: hue angle of 279.17º degrees, saturation: 0.53, 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 #C697DF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 151 223 -
CMYK 0.11 0.32 0 0.13
HSL 279.17º 0.53% 0.73% -
HSV(B) 279.17º 0.32% 0.87% -
XYZ 47.67 39.47 74.92 -
YUV 173.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 198 151 223 0.11 0.32 0 0.13 279.17 0.53 0.73
Hex C6 97 DF B 20 0 D 117 35 49
Octal 306 227 337 13 40 0 15 427 65 111
Binary 11000110 10010111 11011111 1011 100000 0 1101 100010111 110101 1001001

Color Harmonies of #C697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697DF

Black with #C697DF

Text Example


Text Example

White with #C697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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