Html Css Color HEX #C98DFC Wisteria

📋 copy color: '#C98DFC'

red 201 ◦ green 141 ◦ blue 252

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

Shades of Wisteria #C98DFC

Tints of Wisteria #C98DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.74%

 BLUE value IS 252 (98.83% from 255) = 42.42%

R = 33.84%
G = 23.74%
B = 42.42%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C98DFC (or 0xC98DFC) is known color: Wisteria. HEX triplet: C9, 8D and FC. RGB value is (201,141,252). Sum of RGB (Red+Green+Blue) = 201+141+252=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C98DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFC is #367203. Grayscale: #ABABAB. Windows color (decimal): -3568132 or 16551369. OLE color: 16551369.

HSL color Cylindrical-coordinate representation of color #C98DFC: hue angle of 272.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98DFC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 141 252 -
CMYK 0.20 0.44 0 0.01
HSL 272.43º 0.95% 0.77% -
HSV(B) 272.43º 0.44% 0.99% -
XYZ 51.18 38.5 96.83 -
YUV 171.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 201 141 252 0.20 0.44 0 0.01 272.43 0.95 0.77
Hex C9 8D FC 14 2C 0 1 110 5F 4D
Octal 311 215 374 24 54 0 1 420 137 115
Binary 11001001 10001101 11111100 10100 101100 0 1 100010000 1011111 1001101

Color Harmonies of #C98DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DFC

Black with #C98DFC

Text Example


Text Example

White with #C98DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DFC; }

 p { color: rgb(201,141,252); }

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

background-color css

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

 a { background-color: rgb(201,141,252); }

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

border-color css

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

 span { border-color: rgb(201,141,252); }

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