Html Css Color HEX #C98EEE Wisteria

📋 copy color: '#C98EEE'

red 201 ◦ green 142 ◦ blue 238

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

Shades of Wisteria #C98EEE

Tints of Wisteria #C98EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 34.6%
G = 24.44%
B = 40.96%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C98EEE (or 0xC98EEE) is known color: Wisteria. HEX triplet: C9, 8E and EE. RGB value is (201,142,238). Sum of RGB (Red+Green+Blue) = 201+142+238=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #C98EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EEE is #367111. Grayscale: #AAAAAA. Windows color (decimal): -3567890 or 15634121. OLE color: 15634121.

HSL color Cylindrical-coordinate representation of color #C98EEE: hue angle of 276.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98EEE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 142 238 -
CMYK 0.16 0.40 0 0.07
HSL 276.88º 0.74% 0.75% -
HSV(B) 276.88º 0.4% 0.93% -
XYZ 49.19 37.94 85.62 -
YUV 170.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 201 142 238 0.16 0.40 0 0.07 276.88 0.74 0.75
Hex C9 8E EE 10 28 0 7 115 4A 4B
Octal 311 216 356 20 50 0 7 425 112 113
Binary 11001001 10001110 11101110 10000 101000 0 111 100010101 1001010 1001011

Color Harmonies of #C98EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EEE

Black with #C98EEE

Text Example


Text Example

White with #C98EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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