Html Css Color HEX #C996EC Wisteria

📋 copy color: '#C996EC'

red 201 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #C996EC

Tints of Wisteria #C996EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 34.24%
G = 25.55%
B = 40.2%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C996EC (or 0xC996EC) is known color: Wisteria. HEX triplet: C9, 96 and EC. RGB value is (201,150,236). Sum of RGB (Red+Green+Blue) = 201+150+236=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #C996EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EC is #366913. Grayscale: #AEAEAE. Windows color (decimal): -3565844 or 15505097. OLE color: 15505097.

HSL color Cylindrical-coordinate representation of color #C996EC: hue angle of 275.58º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C996EC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 150 236 -
CMYK 0.15 0.36 0 0.07
HSL 275.58º 0.69% 0.76% -
HSV(B) 275.58º 0.36% 0.93% -
XYZ 50.13 40.29 84.49 -
YUV 175.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 201 150 236 0.15 0.36 0 0.07 275.58 0.69 0.76
Hex C9 96 EC F 24 0 7 114 45 4C
Octal 311 226 354 17 44 0 7 424 105 114
Binary 11001001 10010110 11101100 1111 100100 0 111 100010100 1000101 1001100

Color Harmonies of #C996EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996EC

Black with #C996EC

Text Example


Text Example

White with #C996EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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