Html Css Color HEX #C998EE Wisteria

📋 copy color: '#C998EE'

red 201 ◦ green 152 ◦ blue 238

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

Shades of Wisteria #C998EE

Tints of Wisteria #C998EE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.72%

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

R = 34.01%
G = 25.72%
B = 40.27%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C998EE (or 0xC998EE) is known color: Wisteria. HEX triplet: C9, 98 and EE. RGB value is (201,152,238). Sum of RGB (Red+Green+Blue) = 201+152+238=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #C998EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998EE is #366711. Grayscale: #B0B0B0. Windows color (decimal): -3565330 or 15636681. OLE color: 15636681.

HSL color Cylindrical-coordinate representation of color #C998EE: hue angle of 274.19º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C998EE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 152 238 -
CMYK 0.16 0.36 0 0.07
HSL 274.19º 0.72% 0.76% -
HSV(B) 274.19º 0.36% 0.93% -
XYZ 50.75 41.05 86.14 -
YUV 176.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 201 152 238 0.16 0.36 0 0.07 274.19 0.72 0.76
Hex C9 98 EE 10 24 0 7 112 48 4C
Octal 311 230 356 20 44 0 7 422 110 114
Binary 11001001 10011000 11101110 10000 100100 0 111 100010010 1001000 1001100

Color Harmonies of #C998EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998EE

Black with #C998EE

Text Example


Text Example

White with #C998EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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