Html Css Color HEX #C697D3 Wisteria

📋 copy color: '#C697D3'

red 198 ◦ green 151 ◦ blue 211

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

Shades of Wisteria #C697D3

Tints of Wisteria #C697D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 35.36%
G = 26.96%
B = 37.68%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C697D3 (or 0xC697D3) is known color: Wisteria. HEX triplet: C6, 97 and D3. RGB value is (198,151,211). Sum of RGB (Red+Green+Blue) = 198+151+211=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #C697D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697D3 is #39682C. Grayscale: #ABABAB. Windows color (decimal): -3762221 or 13866950. OLE color: 13866950.

HSL color Cylindrical-coordinate representation of color #C697D3: hue angle of 287º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C697D3 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 151 211 -
CMYK 0.06 0.28 0 0.17
HSL 287º 0.41% 0.71% -
HSV(B) 287º 0.28% 0.83% -
XYZ 46.11 38.84 66.69 -
YUV 171.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 198 151 211 0.06 0.28 0 0.17 287 0.41 0.71
Hex C6 97 D3 6 1C 0 11 11F 29 47
Octal 306 227 323 6 34 0 21 437 51 107
Binary 11000110 10010111 11010011 110 11100 0 10001 100011111 101001 1000111

Color Harmonies of #C697D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697D3

Black with #C697D3

Text Example


Text Example

White with #C697D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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