Html Css Color HEX #C98EE0 Wisteria

📋 copy color: '#C98EE0'

red 201 ◦ green 142 ◦ blue 224

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

Shades of Wisteria #C98EE0

Tints of Wisteria #C98EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 35.45%
G = 25.04%
B = 39.51%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C98EE0 (or 0xC98EE0) is known color: Wisteria. HEX triplet: C9, 8E and E0. RGB value is (201,142,224). Sum of RGB (Red+Green+Blue) = 201+142+224=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #C98EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EE0 is #36711F. Grayscale: #A8A8A8. Windows color (decimal): -3567904 or 14716617. OLE color: 14716617.

HSL color Cylindrical-coordinate representation of color #C98EE0: hue angle of 283.17º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98EE0 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 142 224 -
CMYK 0.10 0.37 0 0.12
HSL 283.17º 0.57% 0.72% -
HSV(B) 283.17º 0.37% 0.88% -
XYZ 47.21 37.15 75.2 -
YUV 168.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 201 142 224 0.10 0.37 0 0.12 283.17 0.57 0.72
Hex C9 8E E0 A 25 0 C 11B 39 48
Octal 311 216 340 12 45 0 14 433 71 110
Binary 11001001 10001110 11100000 1010 100101 0 1100 100011011 111001 1001000

Color Harmonies of #C98EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EE0

Black with #C98EE0

Text Example


Text Example

White with #C98EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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