Html Css Color HEX #C98DDF Wisteria

📋 copy color: '#C98DDF'

red 201 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #C98DDF

Tints of Wisteria #C98DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 35.58%
G = 24.96%
B = 39.47%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C98DDF (or 0xC98DDF) is known color: Wisteria. HEX triplet: C9, 8D and DF. RGB value is (201,141,223). Sum of RGB (Red+Green+Blue) = 201+141+223=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C98DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DDF is #367220. Grayscale: #A8A8A8. Windows color (decimal): -3568161 or 14650825. OLE color: 14650825.

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

Color convert

RGB 201 141 223 -
CMYK 0.10 0.37 0 0.13
HSL 283.9º 0.56% 0.71% -
HSV(B) 283.9º 0.37% 0.87% -
XYZ 46.93 36.79 74.44 -
YUV 168.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 201 141 223 0.10 0.37 0 0.13 283.9 0.56 0.71
Hex C9 8D DF A 25 0 D 11C 38 47
Octal 311 215 337 12 45 0 15 434 70 107
Binary 11001001 10001101 11011111 1010 100101 0 1101 100011100 111000 1000111

Color Harmonies of #C98DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DDF

Black with #C98DDF

Text Example


Text Example

White with #C98DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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