Html Css Color HEX #C98FDD Wisteria

📋 copy color: '#C98FDD'

red 201 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #C98FDD

Tints of Wisteria #C98FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 35.58%
G = 25.31%
B = 39.12%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C98FDD (or 0xC98FDD) is known color: Wisteria. HEX triplet: C9, 8F and DD. RGB value is (201,143,221). Sum of RGB (Red+Green+Blue) = 201+143+221=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C98FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FDD is #367022. Grayscale: #A8A8A8. Windows color (decimal): -3567651 or 14520265. OLE color: 14520265.

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

Color convert

RGB 201 143 221 -
CMYK 0.09 0.35 0 0.13
HSL 284.62º 0.53% 0.71% -
HSV(B) 284.62º 0.35% 0.87% -
XYZ 46.96 37.28 73.13 -
YUV 169.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 201 143 221 0.09 0.35 0 0.13 284.62 0.53 0.71
Hex C9 8F DD 9 23 0 D 11D 35 47
Octal 311 217 335 11 43 0 15 435 65 107
Binary 11001001 10001111 11011101 1001 100011 0 1101 100011101 110101 1000111

Color Harmonies of #C98FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FDD

Black with #C98FDD

Text Example


Text Example

White with #C98FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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