Html Css Color HEX #C699DC Wisteria

📋 copy color: '#C699DC'

red 198 ◦ green 153 ◦ blue 220

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

Shades of Wisteria #C699DC

Tints of Wisteria #C699DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 34.68%
G = 26.8%
B = 38.53%

CMYK

 C value IS 0.1

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C699DC (or 0xC699DC) is known color: Wisteria. HEX triplet: C6, 99 and DC. RGB value is (198,153,220). Sum of RGB (Red+Green+Blue) = 198+153+220=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C699DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DC is #396623. Grayscale: #ADADAD. Windows color (decimal): -3761700 or 14457286. OLE color: 14457286.

HSL color Cylindrical-coordinate representation of color #C699DC: hue angle of 280.3º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C699DC is Cyan = 0.1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 153 220 -
CMYK 0.1 0.30 0 0.14
HSL 280.3º 0.49% 0.73% -
HSV(B) 280.3º 0.3% 0.86% -
XYZ 47.6 39.96 72.91 -
YUV 174.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 198 153 220 0.1 0.30 0 0.14 280.3 0.49 0.73
Hex C6 99 DC A 1E 0 E 118 31 49
Octal 306 231 334 12 36 0 16 430 61 111
Binary 11000110 10011001 11011100 1010 11110 0 1110 100011000 110001 1001001

Color Harmonies of #C699DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699DC

Black with #C699DC

Text Example


Text Example

White with #C699DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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