Html Css Color HEX #C998DD Wisteria

📋 copy color: '#C998DD'

red 201 ◦ green 152 ◦ blue 221

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

Shades of Wisteria #C998DD

Tints of Wisteria #C998DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.48%

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

R = 35.02%
G = 26.48%
B = 38.5%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C998DD (or 0xC998DD) is known color: Wisteria. HEX triplet: C9, 98 and DD. RGB value is (201,152,221). Sum of RGB (Red+Green+Blue) = 201+152+221=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #C998DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DD is #366722. Grayscale: #AEAEAE. Windows color (decimal): -3565347 or 14522569. OLE color: 14522569.

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

Color convert

RGB 201 152 221 -
CMYK 0.09 0.31 0 0.13
HSL 282.61º 0.5% 0.73% -
HSV(B) 282.61º 0.31% 0.87% -
XYZ 48.37 40.09 73.6 -
YUV 174.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 201 152 221 0.09 0.31 0 0.13 282.61 0.5 0.73
Hex C9 98 DD 9 1F 0 D 11B 32 49
Octal 311 230 335 11 37 0 15 433 62 111
Binary 11001001 10011000 11011101 1001 11111 0 1101 100011011 110010 1001001

Color Harmonies of #C998DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998DD

Black with #C998DD

Text Example


Text Example

White with #C998DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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