Html Css Color HEX #C98DD6 Wisteria

📋 copy color: '#C98DD6'

red 201 ◦ green 141 ◦ blue 214

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

Shades of Wisteria #C98DD6

Tints of Wisteria #C98DD6

RGB

 RED value IS 201 (78.91% from 255) = 36.15%

 GREEN value IS 141 (55.47% from 255) = 25.36%

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 36.15%
G = 25.36%
B = 38.49%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C98DD6 (or 0xC98DD6) is known color: Wisteria. HEX triplet: C9, 8D and D6. RGB value is (201,141,214). Sum of RGB (Red+Green+Blue) = 201+141+214=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #C98DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DD6 is #367229. Grayscale: #A7A7A7. Windows color (decimal): -3568170 or 14061001. OLE color: 14061001.

HSL color Cylindrical-coordinate representation of color #C98DD6: hue angle of 289.32º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98DD6 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 141 214 -
CMYK 0.06 0.34 0 0.16
HSL 289.32º 0.47% 0.7% -
HSV(B) 289.32º 0.34% 0.84% -
XYZ 45.75 36.32 68.22 -
YUV 167.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 201 141 214 0.06 0.34 0 0.16 289.32 0.47 0.7
Hex C9 8D D6 6 22 0 10 121 2F 46
Octal 311 215 326 6 42 0 20 441 57 106
Binary 11001001 10001101 11010110 110 100010 0 10000 100100001 101111 1000110

Color Harmonies of #C98DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DD6

Black with #C98DD6

Text Example


Text Example

White with #C98DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DD6; }

 p { color: rgb(201,141,214); }

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

background-color css

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

 a { background-color: rgb(201,141,214); }

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

border-color css

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

 span { border-color: rgb(201,141,214); }

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