Html Css Color HEX #C998DF Wisteria

📋 copy color: '#C998DF'

red 201 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #C998DF

Tints of Wisteria #C998DF

RGB

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

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

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

R = 34.9%
G = 26.39%
B = 38.72%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C998DF (or 0xC998DF) is known color: Wisteria. HEX triplet: C9, 98 and DF. RGB value is (201,152,223). Sum of RGB (Red+Green+Blue) = 201+152+223=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #C998DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DF is #366720. Grayscale: #AEAEAE. Windows color (decimal): -3565345 or 14653641. OLE color: 14653641.

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

Color convert

RGB 201 152 223 -
CMYK 0.10 0.32 0 0.13
HSL 281.41º 0.53% 0.74% -
HSV(B) 281.41º 0.32% 0.87% -
XYZ 48.63 40.2 75.01 -
YUV 174.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 201 152 223 0.10 0.32 0 0.13 281.41 0.53 0.74
Hex C9 98 DF A 20 0 D 119 35 4A
Octal 311 230 337 12 40 0 15 431 65 112
Binary 11001001 10011000 11011111 1010 100000 0 1101 100011001 110101 1001010

Color Harmonies of #C998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998DF

Black with #C998DF

Text Example


Text Example

White with #C998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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