Html Css Color HEX #C98DDA Wisteria

📋 copy color: '#C98DDA'

red 201 ◦ green 141 ◦ blue 218

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

Shades of Wisteria #C98DDA

Tints of Wisteria #C98DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 35.89%
G = 25.18%
B = 38.93%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C98DDA (or 0xC98DDA) is known color: Wisteria. HEX triplet: C9, 8D and DA. RGB value is (201,141,218). Sum of RGB (Red+Green+Blue) = 201+141+218=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DDA is #367225. Grayscale: #A7A7A7. Windows color (decimal): -3568166 or 14323145. OLE color: 14323145.

HSL color Cylindrical-coordinate representation of color #C98DDA: hue angle of 286.75º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98DDA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 141 218 -
CMYK 0.08 0.35 0 0.15
HSL 286.75º 0.51% 0.7% -
HSV(B) 286.75º 0.35% 0.85% -
XYZ 46.27 36.53 70.94 -
YUV 167.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 201 141 218 0.08 0.35 0 0.15 286.75 0.51 0.7
Hex C9 8D DA 8 23 0 F 11F 33 46
Octal 311 215 332 10 43 0 17 437 63 106
Binary 11001001 10001101 11011010 1000 100011 0 1111 100011111 110011 1000110

Color Harmonies of #C98DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DDA

Black with #C98DDA

Text Example


Text Example

White with #C98DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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