Html Css Color HEX #C996E1 Wisteria

📋 copy color: '#C996E1'

red 201 ◦ green 150 ◦ blue 225

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

Shades of Wisteria #C996E1

Tints of Wisteria #C996E1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.04%

 BLUE value IS 225 (88.28% from 255) = 39.06%

R = 34.9%
G = 26.04%
B = 39.06%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C996E1 (or 0xC996E1) is known color: Wisteria. HEX triplet: C9, 96 and E1. RGB value is (201,150,225). Sum of RGB (Red+Green+Blue) = 201+150+225=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #C996E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996E1 is #36691E. Grayscale: #ADADAD. Windows color (decimal): -3565855 or 14784201. OLE color: 14784201.

HSL color Cylindrical-coordinate representation of color #C996E1: hue angle of 280.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C996E1 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 150 225 -
CMYK 0.11 0.33 0 0.12
HSL 280.8º 0.56% 0.74% -
HSV(B) 280.8º 0.33% 0.88% -
XYZ 48.58 39.67 76.33 -
YUV 173.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 201 150 225 0.11 0.33 0 0.12 280.8 0.56 0.74
Hex C9 96 E1 B 21 0 C 119 38 4A
Octal 311 226 341 13 41 0 14 431 70 112
Binary 11001001 10010110 11100001 1011 100001 0 1100 100011001 111000 1001010

Color Harmonies of #C996E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996E1

Black with #C996E1

Text Example


Text Example

White with #C996E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996E1; }

 p { color: rgb(201,150,225); }

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

background-color css

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

 a { background-color: rgb(201,150,225); }

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

border-color css

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

 span { border-color: rgb(201,150,225); }

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