Html Css Color HEX #C98BE6 Wisteria

📋 copy color: '#C98BE6'

red 201 ◦ green 139 ◦ blue 230

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

Shades of Wisteria #C98BE6

Tints of Wisteria #C98BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 35.26%
G = 24.39%
B = 40.35%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C98BE6 (or 0xC98BE6) is known color: Wisteria. HEX triplet: C9, 8B and E6. RGB value is (201,139,230). Sum of RGB (Red+Green+Blue) = 201+139+230=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #C98BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BE6 is #367419. Grayscale: #A7A7A7. Windows color (decimal): -3568666 or 15109065. OLE color: 15109065.

HSL color Cylindrical-coordinate representation of color #C98BE6: hue angle of 280.88º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98BE6 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 139 230 -
CMYK 0.13 0.40 0 0.10
HSL 280.88º 0.65% 0.72% -
HSV(B) 280.88º 0.4% 0.9% -
XYZ 47.6 36.6 79.42 -
YUV 167.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 201 139 230 0.13 0.40 0 0.10 280.88 0.65 0.72
Hex C9 8B E6 D 28 0 A 119 41 48
Octal 311 213 346 15 50 0 12 431 101 110
Binary 11001001 10001011 11100110 1101 101000 0 1010 100011001 1000001 1001000

Color Harmonies of #C98BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BE6

Black with #C98BE6

Text Example


Text Example

White with #C98BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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