Html Css Color HEX #C698DD Wisteria

📋 copy color: '#C698DD'

red 198 ◦ green 152 ◦ blue 221

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

Shades of Wisteria #C698DD

Tints of Wisteria #C698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 34.68%
G = 26.62%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C698DD (or 0xC698DD) is known color: Wisteria. HEX triplet: C6, 98 and DD. RGB value is (198,152,221). Sum of RGB (Red+Green+Blue) = 198+152+221=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C698DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DD is #396722. Grayscale: #ADADAD. Windows color (decimal): -3761955 or 14522566. OLE color: 14522566.

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

Color convert

RGB 198 152 221 -
CMYK 0.10 0.31 0 0.13
HSL 280º 0.5% 0.73% -
HSV(B) 280º 0.31% 0.87% -
XYZ 47.57 39.68 73.56 -
YUV 173.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 198 152 221 0.10 0.31 0 0.13 280 0.5 0.73
Hex C6 98 DD A 1F 0 D 118 32 49
Octal 306 230 335 12 37 0 15 430 62 111
Binary 11000110 10011000 11011101 1010 11111 0 1101 100011000 110010 1001001

Color Harmonies of #C698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698DD

Black with #C698DD

Text Example


Text Example

White with #C698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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