Html Css Color HEX #C98DDC Wisteria

📋 copy color: '#C98DDC'

red 201 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #C98DDC

Tints of Wisteria #C98DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 35.77%
G = 25.09%
B = 39.15%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C98DDC (or 0xC98DDC) is known color: Wisteria. HEX triplet: C9, 8D and DC. RGB value is (201,141,220). Sum of RGB (Red+Green+Blue) = 201+141+220=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C98DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DDC is #367223. Grayscale: #A7A7A7. Windows color (decimal): -3568164 or 14454217. OLE color: 14454217.

HSL color Cylindrical-coordinate representation of color #C98DDC: hue angle of 285.57º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98DDC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 141 220 -
CMYK 0.09 0.36 0 0.14
HSL 285.57º 0.53% 0.71% -
HSV(B) 285.57º 0.36% 0.86% -
XYZ 46.53 36.63 72.33 -
YUV 167.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 201 141 220 0.09 0.36 0 0.14 285.57 0.53 0.71
Hex C9 8D DC 9 24 0 E 11E 35 47
Octal 311 215 334 11 44 0 16 436 65 107
Binary 11001001 10001101 11011100 1001 100100 0 1110 100011110 110101 1000111

Color Harmonies of #C98DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DDC

Black with #C98DDC

Text Example


Text Example

White with #C98DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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