Html Css Color HEX #C98FD5 Wisteria

📋 copy color: '#C98FD5'

red 201 ◦ green 143 ◦ blue 213

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

Shades of Wisteria #C98FD5

Tints of Wisteria #C98FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.67%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 36.09%
G = 25.67%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C98FD5 (or 0xC98FD5) is known color: Wisteria. HEX triplet: C9, 8F and D5. RGB value is (201,143,213). Sum of RGB (Red+Green+Blue) = 201+143+213=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C98FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FD5 is #36702A. Grayscale: #A8A8A8. Windows color (decimal): -3567659 or 13995977. OLE color: 13995977.

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

Color convert

RGB 201 143 213 -
CMYK 0.06 0.33 0 0.16
HSL 289.71º 0.45% 0.7% -
HSV(B) 289.71º 0.33% 0.84% -
XYZ 45.92 36.87 67.65 -
YUV 168.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 201 143 213 0.06 0.33 0 0.16 289.71 0.45 0.7
Hex C9 8F D5 6 21 0 10 122 2D 46
Octal 311 217 325 6 41 0 20 442 55 106
Binary 11001001 10001111 11010101 110 100001 0 10000 100100010 101101 1000110

Color Harmonies of #C98FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FD5

Black with #C98FD5

Text Example


Text Example

White with #C98FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FD5; }

 p { color: rgb(201,143,213); }

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

background-color css

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

 a { background-color: rgb(201,143,213); }

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

border-color css

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

 span { border-color: rgb(201,143,213); }

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