Html Css Color HEX #C98FEC Wisteria

📋 copy color: '#C98FEC'

red 201 ◦ green 143 ◦ blue 236

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

Shades of Wisteria #C98FEC

Tints of Wisteria #C98FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 34.66%
G = 24.66%
B = 40.69%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C98FEC (or 0xC98FEC) is known color: Wisteria. HEX triplet: C9, 8F and EC. RGB value is (201,143,236). Sum of RGB (Red+Green+Blue) = 201+143+236=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C98FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FEC is #367013. Grayscale: #AAAAAA. Windows color (decimal): -3567636 or 15503305. OLE color: 15503305.

HSL color Cylindrical-coordinate representation of color #C98FEC: hue angle of 277.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98FEC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 143 236 -
CMYK 0.15 0.39 0 0.07
HSL 277.42º 0.71% 0.74% -
HSV(B) 277.42º 0.39% 0.93% -
XYZ 49.05 38.12 84.13 -
YUV 170.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 201 143 236 0.15 0.39 0 0.07 277.42 0.71 0.74
Hex C9 8F EC F 27 0 7 115 47 4A
Octal 311 217 354 17 47 0 7 425 107 112
Binary 11001001 10001111 11101100 1111 100111 0 111 100010101 1000111 1001010

Color Harmonies of #C98FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FEC

Black with #C98FEC

Text Example


Text Example

White with #C98FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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