Html Css Color HEX #C98BEC Wisteria

📋 copy color: '#C98BEC'

red 201 ◦ green 139 ◦ blue 236

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

Shades of Wisteria #C98BEC

Tints of Wisteria #C98BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 34.9%
G = 24.13%
B = 40.97%

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

#C98BEC (or 0xC98BEC) is known color: Wisteria. HEX triplet: C9, 8B and EC. RGB value is (201,139,236). Sum of RGB (Red+Green+Blue) = 201+139+236=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #C98BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BEC is #367413. Grayscale: #A8A8A8. Windows color (decimal): -3568660 or 15502281. OLE color: 15502281.

HSL color Cylindrical-coordinate representation of color #C98BEC: hue angle of 278.35º degrees, saturation: 0.72, 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 #C98BEC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 139 236 -
CMYK 0.15 0.41 0 0.07
HSL 278.35º 0.72% 0.74% -
HSV(B) 278.35º 0.41% 0.93% -
XYZ 48.46 36.94 83.93 -
YUV 168.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 201 139 236 0.15 0.41 0 0.07 278.35 0.72 0.74
Hex C9 8B EC F 29 0 7 116 48 4A
Octal 311 213 354 17 51 0 7 426 110 112
Binary 11001001 10001011 11101100 1111 101001 0 111 100010110 1001000 1001010

Color Harmonies of #C98BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BEC

Black with #C98BEC

Text Example


Text Example

White with #C98BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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