Html Css Color HEX #C998EA Wisteria

📋 copy color: '#C998EA'

red 201 ◦ green 152 ◦ blue 234

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

Shades of Wisteria #C998EA

Tints of Wisteria #C998EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 34.24%
G = 25.89%
B = 39.86%

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

#C998EA (or 0xC998EA) is known color: Wisteria. HEX triplet: C9, 98 and EA. RGB value is (201,152,234). Sum of RGB (Red+Green+Blue) = 201+152+234=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #C998EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998EA is #366715. Grayscale: #AFAFAF. Windows color (decimal): -3565334 or 15374537. OLE color: 15374537.

HSL color Cylindrical-coordinate representation of color #C998EA: hue angle of 275.85º degrees, saturation: 0.66, 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 #C998EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 152 234 -
CMYK 0.14 0.35 0 0.08
HSL 275.85º 0.66% 0.76% -
HSV(B) 275.85º 0.35% 0.92% -
XYZ 50.17 40.81 83.08 -
YUV 176 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 201 152 234 0.14 0.35 0 0.08 275.85 0.66 0.76
Hex C9 98 EA E 23 0 8 114 42 4C
Octal 311 230 352 16 43 0 10 424 102 114
Binary 11001001 10011000 11101010 1110 100011 0 1000 100010100 1000010 1001100

Color Harmonies of #C998EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998EA

Black with #C998EA

Text Example


Text Example

White with #C998EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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