Html Css Color HEX #C98AD5 Wisteria

📋 copy color: '#C98AD5'

red 201 ◦ green 138 ◦ blue 213

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

Shades of Wisteria #C98AD5

Tints of Wisteria #C98AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25%

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 36.41%
G = 25%
B = 38.59%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C98AD5 (or 0xC98AD5) is known color: Wisteria. HEX triplet: C9, 8A and D5. RGB value is (201,138,213). Sum of RGB (Red+Green+Blue) = 201+138+213=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #C98AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AD5 is #36752A. Grayscale: #A5A5A5. Windows color (decimal): -3568939 or 13994697. OLE color: 13994697.

HSL color Cylindrical-coordinate representation of color #C98AD5: hue angle of 290.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98AD5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 138 213 -
CMYK 0.06 0.35 0 0.16
HSL 290.4º 0.47% 0.69% -
HSV(B) 290.4º 0.35% 0.84% -
XYZ 45.19 35.4 67.4 -
YUV 165.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 201 138 213 0.06 0.35 0 0.16 290.4 0.47 0.69
Hex C9 8A D5 6 23 0 10 122 2F 45
Octal 311 212 325 6 43 0 20 442 57 105
Binary 11001001 10001010 11010101 110 100011 0 10000 100100010 101111 1000101

Color Harmonies of #C98AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AD5

Black with #C98AD5

Text Example


Text Example

White with #C98AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AD5; }

 p { color: rgb(201,138,213); }

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

background-color css

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

 a { background-color: rgb(201,138,213); }

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

border-color css

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

 span { border-color: rgb(201,138,213); }

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