Html Css Color HEX #C98EFA Wisteria

📋 copy color: '#C98EFA'

red 201 ◦ green 142 ◦ blue 250

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

Shades of Wisteria #C98EFA

Tints of Wisteria #C98EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.95%

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

R = 33.9%
G = 23.95%
B = 42.16%

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

#C98EFA (or 0xC98EFA) is known color: Wisteria. HEX triplet: C9, 8E and FA. RGB value is (201,142,250). Sum of RGB (Red+Green+Blue) = 201+142+250=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EFA is #367105. Grayscale: #ABABAB. Windows color (decimal): -3567878 or 16420553. OLE color: 16420553.

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

Color convert

RGB 201 142 250 -
CMYK 0.20 0.43 0 0.02
HSL 272.78º 0.92% 0.77% -
HSV(B) 272.78º 0.43% 0.98% -
XYZ 51.02 38.67 95.22 -
YUV 171.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 201 142 250 0.20 0.43 0 0.02 272.78 0.92 0.77
Hex C9 8E FA 14 2B 0 2 111 5C 4D
Octal 311 216 372 24 53 0 2 421 134 115
Binary 11001001 10001110 11111010 10100 101011 0 10 100010001 1011100 1001101

Color Harmonies of #C98EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EFA

Black with #C98EFA

Text Example


Text Example

White with #C98EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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