Html Css Color HEX #C98BDF Wisteria

📋 copy color: '#C98BDF'

red 201 ◦ green 139 ◦ blue 223

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

Shades of Wisteria #C98BDF

Tints of Wisteria #C98BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.69%

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

R = 35.7%
G = 24.69%
B = 39.61%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C98BDF (or 0xC98BDF) is known color: Wisteria. HEX triplet: C9, 8B and DF. RGB value is (201,139,223). Sum of RGB (Red+Green+Blue) = 201+139+223=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C98BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BDF is #367420. Grayscale: #A6A6A6. Windows color (decimal): -3568673 or 14650313. OLE color: 14650313.

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

Color convert

RGB 201 139 223 -
CMYK 0.10 0.38 0 0.13
HSL 284.29º 0.57% 0.71% -
HSV(B) 284.29º 0.38% 0.87% -
XYZ 46.64 36.21 74.34 -
YUV 167.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 201 139 223 0.10 0.38 0 0.13 284.29 0.57 0.71
Hex C9 8B DF A 26 0 D 11C 39 47
Octal 311 213 337 12 46 0 15 434 71 107
Binary 11001001 10001011 11011111 1010 100110 0 1101 100011100 111001 1000111

Color Harmonies of #C98BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BDF

Black with #C98BDF

Text Example


Text Example

White with #C98BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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