Html Css Color HEX #C98BEB Wisteria

📋 copy color: '#C98BEB'

red 201 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #C98BEB

Tints of Wisteria #C98BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.17%

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

R = 34.96%
G = 24.17%
B = 40.87%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C98BEB (or 0xC98BEB) is known color: Wisteria. HEX triplet: C9, 8B and EB. RGB value is (201,139,235). Sum of RGB (Red+Green+Blue) = 201+139+235=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C98BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BEB is #367414. Grayscale: #A8A8A8. Windows color (decimal): -3568661 or 15436745. OLE color: 15436745.

HSL color Cylindrical-coordinate representation of color #C98BEB: hue angle of 278.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98BEB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 139 235 -
CMYK 0.14 0.41 0 0.08
HSL 278.75º 0.71% 0.73% -
HSV(B) 278.75º 0.41% 0.92% -
XYZ 48.32 36.88 83.17 -
YUV 168.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 201 139 235 0.14 0.41 0 0.08 278.75 0.71 0.73
Hex C9 8B EB E 29 0 8 117 47 49
Octal 311 213 353 16 51 0 10 427 107 111
Binary 11001001 10001011 11101011 1110 101001 0 1000 100010111 1000111 1001001

Color Harmonies of #C98BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BEB

Black with #C98BEB

Text Example


Text Example

White with #C98BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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