Html Css Color HEX #C996E0 Wisteria

📋 copy color: '#C996E0'

red 201 ◦ green 150 ◦ blue 224

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

Shades of Wisteria #C996E0

Tints of Wisteria #C996E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 34.96%
G = 26.09%
B = 38.96%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C996E0 (or 0xC996E0) is known color: Wisteria. HEX triplet: C9, 96 and E0. RGB value is (201,150,224). Sum of RGB (Red+Green+Blue) = 201+150+224=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C996E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996E0 is #36691F. Grayscale: #ADADAD. Windows color (decimal): -3565856 or 14718665. OLE color: 14718665.

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

Color convert

RGB 201 150 224 -
CMYK 0.10 0.33 0 0.12
HSL 281.35º 0.54% 0.73% -
HSV(B) 281.35º 0.33% 0.88% -
XYZ 48.45 39.61 75.61 -
YUV 173.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 201 150 224 0.10 0.33 0 0.12 281.35 0.54 0.73
Hex C9 96 E0 A 21 0 C 119 36 49
Octal 311 226 340 12 41 0 14 431 66 111
Binary 11001001 10010110 11100000 1010 100001 0 1100 100011001 110110 1001001

Color Harmonies of #C996E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996E0

Black with #C996E0

Text Example


Text Example

White with #C996E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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