Html Css Color HEX #C697DD Wisteria

📋 copy color: '#C697DD'

red 198 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #C697DD

Tints of Wisteria #C697DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 34.74%
G = 26.49%
B = 38.77%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C697DD (or 0xC697DD) is known color: Wisteria. HEX triplet: C6, 97 and DD. RGB value is (198,151,221). Sum of RGB (Red+Green+Blue) = 198+151+221=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C697DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DD is #396822. Grayscale: #ACACAC. Windows color (decimal): -3762211 or 14522310. OLE color: 14522310.

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

Color convert

RGB 198 151 221 -
CMYK 0.10 0.32 0 0.13
HSL 280.29º 0.51% 0.73% -
HSV(B) 280.29º 0.32% 0.87% -
XYZ 47.41 39.36 73.51 -
YUV 173.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 198 151 221 0.10 0.32 0 0.13 280.29 0.51 0.73
Hex C6 97 DD A 20 0 D 118 33 49
Octal 306 227 335 12 40 0 15 430 63 111
Binary 11000110 10010111 11011101 1010 100000 0 1101 100011000 110011 1001001

Color Harmonies of #C697DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697DD

Black with #C697DD

Text Example


Text Example

White with #C697DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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