Html Css Color HEX #C98EDC Wisteria

📋 copy color: '#C98EDC'

red 201 ◦ green 142 ◦ blue 220

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

Shades of Wisteria #C98EDC

Tints of Wisteria #C98EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.22%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 35.7%
G = 25.22%
B = 39.08%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C98EDC (or 0xC98EDC) is known color: Wisteria. HEX triplet: C9, 8E and DC. RGB value is (201,142,220). Sum of RGB (Red+Green+Blue) = 201+142+220=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C98EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EDC is #367123. Grayscale: #A8A8A8. Windows color (decimal): -3567908 or 14454473. OLE color: 14454473.

HSL color Cylindrical-coordinate representation of color #C98EDC: hue angle of 285.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98EDC is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 142 220 -
CMYK 0.09 0.35 0 0.14
HSL 285.38º 0.53% 0.71% -
HSV(B) 285.38º 0.35% 0.86% -
XYZ 46.68 36.93 72.38 -
YUV 168.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 201 142 220 0.09 0.35 0 0.14 285.38 0.53 0.71
Hex C9 8E DC 9 23 0 E 11D 35 47
Octal 311 216 334 11 43 0 16 435 65 107
Binary 11001001 10001110 11011100 1001 100011 0 1110 100011101 110101 1000111

Color Harmonies of #C98EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EDC

Black with #C98EDC

Text Example


Text Example

White with #C98EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EDC; }

 p { color: rgb(201,142,220); }

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

background-color css

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

 a { background-color: rgb(201,142,220); }

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

border-color css

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

 span { border-color: rgb(201,142,220); }

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