Html Css Color HEX #C699D2 Wisteria

📋 copy color: '#C699D2'

red 198 ◦ green 153 ◦ blue 210

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

Shades of Wisteria #C699D2

Tints of Wisteria #C699D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 35.29%
G = 27.27%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C699D2 (or 0xC699D2) is known color: Wisteria. HEX triplet: C6, 99 and D2. RGB value is (198,153,210). Sum of RGB (Red+Green+Blue) = 198+153+210=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C699D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699D2 is #39662D. Grayscale: #ACACAC. Windows color (decimal): -3761710 or 13801926. OLE color: 13801926.

HSL color Cylindrical-coordinate representation of color #C699D2: hue angle of 287.37º degrees, saturation: 0.39, 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 #C699D2 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 153 210 -
CMYK 0.06 0.27 0 0.18
HSL 287.37º 0.39% 0.71% -
HSV(B) 287.37º 0.27% 0.82% -
XYZ 46.31 39.44 66.14 -
YUV 172.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 198 153 210 0.06 0.27 0 0.18 287.37 0.39 0.71
Hex C6 99 D2 6 1B 0 12 11F 27 47
Octal 306 231 322 6 33 0 22 437 47 107
Binary 11000110 10011001 11010010 110 11011 0 10010 100011111 100111 1000111

Color Harmonies of #C699D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699D2

Black with #C699D2

Text Example


Text Example

White with #C699D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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