Html Css Color HEX #C699D0 Wisteria

📋 copy color: '#C699D0'

red 198 ◦ green 153 ◦ blue 208

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

Shades of Wisteria #C699D0

Tints of Wisteria #C699D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 35.42%
G = 27.37%
B = 37.21%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C699D0 (or 0xC699D0) is known color: Wisteria. HEX triplet: C6, 99 and D0. RGB value is (198,153,208). Sum of RGB (Red+Green+Blue) = 198+153+208=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C699D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699D0 is #39662F. Grayscale: #ACACAC. Windows color (decimal): -3761712 or 13670854. OLE color: 13670854.

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

Color convert

RGB 198 153 208 -
CMYK 0.05 0.26 0 0.18
HSL 289.09º 0.37% 0.71% -
HSV(B) 289.09º 0.26% 0.82% -
XYZ 46.07 39.34 64.84 -
YUV 172.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 198 153 208 0.05 0.26 0 0.18 289.09 0.37 0.71
Hex C6 99 D0 5 1A 0 12 121 25 47
Octal 306 231 320 5 32 0 22 441 45 107
Binary 11000110 10011001 11010000 101 11010 0 10010 100100001 100101 1000111

Color Harmonies of #C699D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699D0

Black with #C699D0

Text Example


Text Example

White with #C699D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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