Html Css Color HEX #C98FEB Wisteria

📋 copy color: '#C98FEB'

red 201 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #C98FEB

Tints of Wisteria #C98FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.7%

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

R = 34.72%
G = 24.7%
B = 40.59%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C98FEB (or 0xC98FEB) is known color: Wisteria. HEX triplet: C9, 8F and EB. RGB value is (201,143,235). Sum of RGB (Red+Green+Blue) = 201+143+235=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #C98FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FEB is #367014. Grayscale: #AAAAAA. Windows color (decimal): -3567637 or 15437769. OLE color: 15437769.

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

Color convert

RGB 201 143 235 -
CMYK 0.14 0.39 0 0.08
HSL 277.83º 0.7% 0.74% -
HSV(B) 277.83º 0.39% 0.92% -
XYZ 48.91 38.06 83.37 -
YUV 170.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 201 143 235 0.14 0.39 0 0.08 277.83 0.7 0.74
Hex C9 8F EB E 27 0 8 116 46 4A
Octal 311 217 353 16 47 0 10 426 106 112
Binary 11001001 10001111 11101011 1110 100111 0 1000 100010110 1000110 1001010

Color Harmonies of #C98FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FEB

Black with #C98FEB

Text Example


Text Example

White with #C98FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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