Html Css Color HEX #C98BED Wisteria

📋 copy color: '#C98BED'

red 201 ◦ green 139 ◦ blue 237

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

Shades of Wisteria #C98BED

Tints of Wisteria #C98BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 34.84%
G = 24.09%
B = 41.07%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C98BED (or 0xC98BED) is known color: Wisteria. HEX triplet: C9, 8B and ED. RGB value is (201,139,237). Sum of RGB (Red+Green+Blue) = 201+139+237=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C98BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BED is #367412. Grayscale: #A8A8A8. Windows color (decimal): -3568659 or 15567817. OLE color: 15567817.

HSL color Cylindrical-coordinate representation of color #C98BED: hue angle of 277.96º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98BED is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 139 237 -
CMYK 0.15 0.41 0 0.07
HSL 277.96º 0.73% 0.74% -
HSV(B) 277.96º 0.41% 0.93% -
XYZ 48.61 37 84.7 -
YUV 168.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 201 139 237 0.15 0.41 0 0.07 277.96 0.73 0.74
Hex C9 8B ED F 29 0 7 116 49 4A
Octal 311 213 355 17 51 0 7 426 111 112
Binary 11001001 10001011 11101101 1111 101001 0 111 100010110 1001001 1001010

Color Harmonies of #C98BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BED

Black with #C98BED

Text Example


Text Example

White with #C98BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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