Html Css Color HEX #C98FFA Wisteria

📋 copy color: '#C98FFA'

red 201 ◦ green 143 ◦ blue 250

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

Shades of Wisteria #C98FFA

Tints of Wisteria #C98FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 33.84%
G = 24.07%
B = 42.09%

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

#C98FFA (or 0xC98FFA) is known color: Wisteria. HEX triplet: C9, 8F and FA. RGB value is (201,143,250). Sum of RGB (Red+Green+Blue) = 201+143+250=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFA is #367005. Grayscale: #ACACAC. Windows color (decimal): -3567622 or 16420809. OLE color: 16420809.

HSL color Cylindrical-coordinate representation of color #C98FFA: hue angle of 272.52º degrees, saturation: 0.91, 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 #C98FFA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 143 250 -
CMYK 0.20 0.43 0 0.02
HSL 272.52º 0.91% 0.77% -
HSV(B) 272.52º 0.43% 0.98% -
XYZ 51.17 38.96 95.27 -
YUV 172.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 201 143 250 0.20 0.43 0 0.02 272.52 0.91 0.77
Hex C9 8F FA 14 2B 0 2 111 5B 4D
Octal 311 217 372 24 53 0 2 421 133 115
Binary 11001001 10001111 11111010 10100 101011 0 10 100010001 1011011 1001101

Color Harmonies of #C98FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FFA

Black with #C98FFA

Text Example


Text Example

White with #C98FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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