Html Css Color HEX #C998EB Wisteria

📋 copy color: '#C998EB'

red 201 ◦ green 152 ◦ blue 235

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

Shades of Wisteria #C998EB

Tints of Wisteria #C998EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.97%

R = 34.18%
G = 25.85%
B = 39.97%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C998EB (or 0xC998EB) is known color: Wisteria. HEX triplet: C9, 98 and EB. RGB value is (201,152,235). Sum of RGB (Red+Green+Blue) = 201+152+235=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #C998EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998EB is #366714. Grayscale: #AFAFAF. Windows color (decimal): -3565333 or 15440073. OLE color: 15440073.

HSL color Cylindrical-coordinate representation of color #C998EB: hue angle of 275.42º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C998EB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 152 235 -
CMYK 0.14 0.35 0 0.08
HSL 275.42º 0.67% 0.76% -
HSV(B) 275.42º 0.35% 0.92% -
XYZ 50.31 40.87 83.83 -
YUV 176.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 201 152 235 0.14 0.35 0 0.08 275.42 0.67 0.76
Hex C9 98 EB E 23 0 8 113 43 4C
Octal 311 230 353 16 43 0 10 423 103 114
Binary 11001001 10011000 11101011 1110 100011 0 1000 100010011 1000011 1001100

Color Harmonies of #C998EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998EB

Black with #C998EB

Text Example


Text Example

White with #C998EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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