Html Css Color HEX #C998D9 Wisteria

📋 copy color: '#C998D9'

red 201 ◦ green 152 ◦ blue 217

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

Shades of Wisteria #C998D9

Tints of Wisteria #C998D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.07%

R = 35.26%
G = 26.67%
B = 38.07%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C998D9 (or 0xC998D9) is known color: Wisteria. HEX triplet: C9, 98 and D9. RGB value is (201,152,217). Sum of RGB (Red+Green+Blue) = 201+152+217=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #C998D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998D9 is #366726. Grayscale: #ADADAD. Windows color (decimal): -3565351 or 14260425. OLE color: 14260425.

HSL color Cylindrical-coordinate representation of color #C998D9: hue angle of 285.23º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C998D9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 152 217 -
CMYK 0.07 0.30 0 0.15
HSL 285.23º 0.46% 0.72% -
HSV(B) 285.23º 0.3% 0.85% -
XYZ 47.84 39.88 70.82 -
YUV 174.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 201 152 217 0.07 0.30 0 0.15 285.23 0.46 0.72
Hex C9 98 D9 7 1E 0 F 11D 2E 48
Octal 311 230 331 7 36 0 17 435 56 110
Binary 11001001 10011000 11011001 111 11110 0 1111 100011101 101110 1001000

Color Harmonies of #C998D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998D9

Black with #C998D9

Text Example


Text Example

White with #C998D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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