Html Css Color HEX #C699DF Wisteria

📋 copy color: '#C699DF'

red 198 ◦ green 153 ◦ blue 223

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

Shades of Wisteria #C699DF

Tints of Wisteria #C699DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 34.49%
G = 26.66%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C699DF (or 0xC699DF) is known color: Wisteria. HEX triplet: C6, 99 and DF. RGB value is (198,153,223). Sum of RGB (Red+Green+Blue) = 198+153+223=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C699DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DF is #396620. Grayscale: #AEAEAE. Windows color (decimal): -3761697 or 14653894. OLE color: 14653894.

HSL color Cylindrical-coordinate representation of color #C699DF: hue angle of 278.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C699DF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 153 223 -
CMYK 0.11 0.31 0 0.13
HSL 278.57º 0.52% 0.74% -
HSV(B) 278.57º 0.31% 0.87% -
XYZ 48 40.12 75.03 -
YUV 174.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 198 153 223 0.11 0.31 0 0.13 278.57 0.52 0.74
Hex C6 99 DF B 1F 0 D 117 34 4A
Octal 306 231 337 13 37 0 15 427 64 112
Binary 11000110 10011001 11011111 1011 11111 0 1101 100010111 110100 1001010

Color Harmonies of #C699DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699DF

Black with #C699DF

Text Example


Text Example

White with #C699DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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