Html Css Color HEX #C698DB Wisteria

📋 copy color: '#C698DB'

red 198 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #C698DB

Tints of Wisteria #C698DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.71%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 34.8%
G = 26.71%
B = 38.49%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C698DB (or 0xC698DB) is known color: Wisteria. HEX triplet: C6, 98 and DB. RGB value is (198,152,219). Sum of RGB (Red+Green+Blue) = 198+152+219=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C698DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DB is #396724. Grayscale: #ADADAD. Windows color (decimal): -3761957 or 14391494. OLE color: 14391494.

HSL color Cylindrical-coordinate representation of color #C698DB: hue angle of 281.19º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C698DB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 152 219 -
CMYK 0.10 0.31 0 0.14
HSL 281.19º 0.48% 0.73% -
HSV(B) 281.19º 0.31% 0.86% -
XYZ 47.3 39.58 72.16 -
YUV 173.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 198 152 219 0.10 0.31 0 0.14 281.19 0.48 0.73
Hex C6 98 DB A 1F 0 E 119 30 49
Octal 306 230 333 12 37 0 16 431 60 111
Binary 11000110 10011000 11011011 1010 11111 0 1110 100011001 110000 1001001

Color Harmonies of #C698DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698DB

Black with #C698DB

Text Example


Text Example

White with #C698DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698DB; }

 p { color: rgb(198,152,219); }

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

background-color css

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

 a { background-color: rgb(198,152,219); }

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

border-color css

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

 span { border-color: rgb(198,152,219); }

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