Html Css Color HEX #C98EEB Wisteria

📋 copy color: '#C98EEB'

red 201 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #C98EEB

Tints of Wisteria #C98EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 34.78%
G = 24.57%
B = 40.66%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C98EEB (or 0xC98EEB) is known color: Wisteria. HEX triplet: C9, 8E and EB. RGB value is (201,142,235). Sum of RGB (Red+Green+Blue) = 201+142+235=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C98EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EEB is #367114. Grayscale: #A9A9A9. Windows color (decimal): -3567893 or 15437513. OLE color: 15437513.

HSL color Cylindrical-coordinate representation of color #C98EEB: hue angle of 278.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98EEB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 142 235 -
CMYK 0.14 0.40 0 0.08
HSL 278.06º 0.7% 0.74% -
HSV(B) 278.06º 0.4% 0.92% -
XYZ 48.76 37.76 83.32 -
YUV 170.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 201 142 235 0.14 0.40 0 0.08 278.06 0.7 0.74
Hex C9 8E EB E 28 0 8 116 46 4A
Octal 311 216 353 16 50 0 10 426 106 112
Binary 11001001 10001110 11101011 1110 101000 0 1000 100010110 1000110 1001010

Color Harmonies of #C98EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EEB

Black with #C98EEB

Text Example


Text Example

White with #C98EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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