Html Css Color HEX #C699D1 Wisteria

📋 copy color: '#C699D1'

red 198 ◦ green 153 ◦ blue 209

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

Shades of Wisteria #C699D1

Tints of Wisteria #C699D1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.32%

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 35.36%
G = 27.32%
B = 37.32%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C699D1 (or 0xC699D1) is known color: Wisteria. HEX triplet: C6, 99 and D1. RGB value is (198,153,209). Sum of RGB (Red+Green+Blue) = 198+153+209=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #C699D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699D1 is #39662E. Grayscale: #ACACAC. Windows color (decimal): -3761711 or 13736390. OLE color: 13736390.

HSL color Cylindrical-coordinate representation of color #C699D1: hue angle of 288.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C699D1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 153 209 -
CMYK 0.05 0.27 0 0.18
HSL 288.21º 0.38% 0.71% -
HSV(B) 288.21º 0.27% 0.82% -
XYZ 46.19 39.39 65.49 -
YUV 172.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 198 153 209 0.05 0.27 0 0.18 288.21 0.38 0.71
Hex C6 99 D1 5 1B 0 12 120 26 47
Octal 306 231 321 5 33 0 22 440 46 107
Binary 11000110 10011001 11010001 101 11011 0 10010 100100000 100110 1000111

Color Harmonies of #C699D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699D1

Black with #C699D1

Text Example


Text Example

White with #C699D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699D1; }

 p { color: rgb(198,153,209); }

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

background-color css

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

 a { background-color: rgb(198,153,209); }

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

border-color css

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

 span { border-color: rgb(198,153,209); }

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