Html Css Color HEX #C98CFA Wisteria

📋 copy color: '#C98CFA'

red 201 ◦ green 140 ◦ blue 250

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

Shades of Wisteria #C98CFA

Tints of Wisteria #C98CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.69%

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

R = 34.01%
G = 23.69%
B = 42.3%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C98CFA (or 0xC98CFA) is known color: Wisteria. HEX triplet: C9, 8C and FA. RGB value is (201,140,250). Sum of RGB (Red+Green+Blue) = 201+140+250=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFA is #367305. Grayscale: #AAAAAA. Windows color (decimal): -3568390 or 16420041. OLE color: 16420041.

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

Color convert

RGB 201 140 250 -
CMYK 0.20 0.44 0 0.02
HSL 273.27º 0.92% 0.76% -
HSV(B) 273.27º 0.44% 0.98% -
XYZ 50.72 38.08 95.12 -
YUV 170.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 201 140 250 0.20 0.44 0 0.02 273.27 0.92 0.76
Hex C9 8C FA 14 2C 0 2 111 5C 4C
Octal 311 214 372 24 54 0 2 421 134 114
Binary 11001001 10001100 11111010 10100 101100 0 10 100010001 1011100 1001100

Color Harmonies of #C98CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CFA

Black with #C98CFA

Text Example


Text Example

White with #C98CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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