Html Css Color HEX #C98DD4 Wisteria

📋 copy color: '#C98DD4'

red 201 ◦ green 141 ◦ blue 212

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

Shades of Wisteria #C98DD4

Tints of Wisteria #C98DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 36.28%
G = 25.45%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C98DD4 (or 0xC98DD4) is known color: Wisteria. HEX triplet: C9, 8D and D4. RGB value is (201,141,212). Sum of RGB (Red+Green+Blue) = 201+141+212=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #C98DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DD4 is #36722B. Grayscale: #A6A6A6. Windows color (decimal): -3568172 or 13929929. OLE color: 13929929.

HSL color Cylindrical-coordinate representation of color #C98DD4: hue angle of 290.7º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98DD4 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 141 212 -
CMYK 0.05 0.33 0 0.17
HSL 290.7º 0.45% 0.69% -
HSV(B) 290.7º 0.33% 0.83% -
XYZ 45.5 36.22 66.88 -
YUV 167.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 201 141 212 0.05 0.33 0 0.17 290.7 0.45 0.69
Hex C9 8D D4 5 21 0 11 123 2D 45
Octal 311 215 324 5 41 0 21 443 55 105
Binary 11001001 10001101 11010100 101 100001 0 10001 100100011 101101 1000101

Color Harmonies of #C98DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DD4

Black with #C98DD4

Text Example


Text Example

White with #C98DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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