Html Css Color HEX #C996D8 Wisteria

📋 copy color: '#C996D8'

red 201 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #C996D8

Tints of Wisteria #C996D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 35.45%
G = 26.46%
B = 38.1%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C996D8 (or 0xC996D8) is known color: Wisteria. HEX triplet: C9, 96 and D8. RGB value is (201,150,216). Sum of RGB (Red+Green+Blue) = 201+150+216=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #C996D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996D8 is #366927. Grayscale: #ACACAC. Windows color (decimal): -3565864 or 14194377. OLE color: 14194377.

HSL color Cylindrical-coordinate representation of color #C996D8: hue angle of 286.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C996D8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 150 216 -
CMYK 0.07 0.31 0 0.15
HSL 286.36º 0.46% 0.72% -
HSV(B) 286.36º 0.31% 0.85% -
XYZ 47.39 39.19 70.03 -
YUV 172.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 201 150 216 0.07 0.31 0 0.15 286.36 0.46 0.72
Hex C9 96 D8 7 1F 0 F 11E 2E 48
Octal 311 226 330 7 37 0 17 436 56 110
Binary 11001001 10010110 11011000 111 11111 0 1111 100011110 101110 1001000

Color Harmonies of #C996D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996D8

Black with #C996D8

Text Example


Text Example

White with #C996D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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