Html Css Color HEX #C98CDA Wisteria

📋 copy color: '#C98CDA'

red 201 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #C98CDA

Tints of Wisteria #C98CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 35.96%
G = 25.04%
B = 39%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C98CDA (or 0xC98CDA) is known color: Wisteria. HEX triplet: C9, 8C and DA. RGB value is (201,140,218). Sum of RGB (Red+Green+Blue) = 201+140+218=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CDA is #367325. Grayscale: #A6A6A6. Windows color (decimal): -3568422 or 14322889. OLE color: 14322889.

HSL color Cylindrical-coordinate representation of color #C98CDA: hue angle of 286.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98CDA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 140 218 -
CMYK 0.08 0.36 0 0.15
HSL 286.92º 0.51% 0.7% -
HSV(B) 286.92º 0.36% 0.85% -
XYZ 46.12 36.24 70.89 -
YUV 167.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 201 140 218 0.08 0.36 0 0.15 286.92 0.51 0.7
Hex C9 8C DA 8 24 0 F 11F 33 46
Octal 311 214 332 10 44 0 17 437 63 106
Binary 11001001 10001100 11011010 1000 100100 0 1111 100011111 110011 1000110

Color Harmonies of #C98CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CDA

Black with #C98CDA

Text Example


Text Example

White with #C98CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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