Html Css Color HEX #C98FDA Wisteria

📋 copy color: '#C98FDA'

red 201 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C98FDA

Tints of Wisteria #C98FDA

RGB

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

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

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

R = 35.77%
G = 25.44%
B = 38.79%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C98FDA (or 0xC98FDA) is known color: Wisteria. HEX triplet: C9, 8F and DA. RGB value is (201,143,218). Sum of RGB (Red+Green+Blue) = 201+143+218=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FDA is #367025. Grayscale: #A8A8A8. Windows color (decimal): -3567654 or 14323657. OLE color: 14323657.

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

Color convert

RGB 201 143 218 -
CMYK 0.08 0.34 0 0.15
HSL 286.4º 0.5% 0.71% -
HSV(B) 286.4º 0.34% 0.85% -
XYZ 46.56 37.12 71.04 -
YUV 168.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 201 143 218 0.08 0.34 0 0.15 286.4 0.5 0.71
Hex C9 8F DA 8 22 0 F 11E 32 47
Octal 311 217 332 10 42 0 17 436 62 107
Binary 11001001 10001111 11011010 1000 100010 0 1111 100011110 110010 1000111

Color Harmonies of #C98FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FDA

Black with #C98FDA

Text Example


Text Example

White with #C98FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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