Html Css Color HEX #C98FFB Wisteria

📋 copy color: '#C98FFB'

red 201 ◦ green 143 ◦ blue 251

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

Shades of Wisteria #C98FFB

Tints of Wisteria #C98FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 33.78%
G = 24.03%
B = 42.18%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98FFB (or 0xC98FFB) is known color: Wisteria. HEX triplet: C9, 8F and FB. RGB value is (201,143,251). Sum of RGB (Red+Green+Blue) = 201+143+251=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C98FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFB is #367004. Grayscale: #ACACAC. Windows color (decimal): -3567621 or 16486345. OLE color: 16486345.

HSL color Cylindrical-coordinate representation of color #C98FFB: hue angle of 272.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98FFB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 143 251 -
CMYK 0.20 0.43 0 0.02
HSL 272.22º 0.93% 0.77% -
HSV(B) 272.22º 0.43% 0.98% -
XYZ 51.32 39.03 96.09 -
YUV 172.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 201 143 251 0.20 0.43 0 0.02 272.22 0.93 0.77
Hex C9 8F FB 14 2B 0 2 110 5D 4D
Octal 311 217 373 24 53 0 2 420 135 115
Binary 11001001 10001111 11111011 10100 101011 0 10 100010000 1011101 1001101

Color Harmonies of #C98FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FFB

Black with #C98FFB

Text Example


Text Example

White with #C98FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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