Html Css Color HEX #C98CDF Wisteria

📋 copy color: '#C98CDF'

red 201 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #C98CDF

Tints of Wisteria #C98CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.82%

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

R = 35.64%
G = 24.82%
B = 39.54%

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

#C98CDF (or 0xC98CDF) is known color: Wisteria. HEX triplet: C9, 8C and DF. RGB value is (201,140,223). Sum of RGB (Red+Green+Blue) = 201+140+223=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C98CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CDF is #367320. Grayscale: #A7A7A7. Windows color (decimal): -3568417 or 14650569. OLE color: 14650569.

HSL color Cylindrical-coordinate representation of color #C98CDF: hue angle of 284.1º 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 #C98CDF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 140 223 -
CMYK 0.10 0.37 0 0.13
HSL 284.1º 0.56% 0.71% -
HSV(B) 284.1º 0.37% 0.87% -
XYZ 46.78 36.5 74.39 -
YUV 167.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 201 140 223 0.10 0.37 0 0.13 284.1 0.56 0.71
Hex C9 8C DF A 25 0 D 11C 38 47
Octal 311 214 337 12 45 0 15 434 70 107
Binary 11001001 10001100 11011111 1010 100101 0 1101 100011100 111000 1000111

Color Harmonies of #C98CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CDF

Black with #C98CDF

Text Example


Text Example

White with #C98CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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