Html Css Color HEX #C996EB Wisteria

📋 copy color: '#C996EB'

red 201 ◦ green 150 ◦ blue 235

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

Shades of Wisteria #C996EB

Tints of Wisteria #C996EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 34.3%
G = 25.6%
B = 40.1%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C996EB (or 0xC996EB) is known color: Wisteria. HEX triplet: C9, 96 and EB. RGB value is (201,150,235). Sum of RGB (Red+Green+Blue) = 201+150+235=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #C996EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EB is #366914. Grayscale: #AEAEAE. Windows color (decimal): -3565845 or 15439561. OLE color: 15439561.

HSL color Cylindrical-coordinate representation of color #C996EB: hue angle of 276º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C996EB is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 150 235 -
CMYK 0.14 0.36 0 0.08
HSL 276º 0.68% 0.75% -
HSV(B) 276º 0.36% 0.92% -
XYZ 49.99 40.23 83.73 -
YUV 174.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 201 150 235 0.14 0.36 0 0.08 276 0.68 0.75
Hex C9 96 EB E 24 0 8 114 44 4B
Octal 311 226 353 16 44 0 10 424 104 113
Binary 11001001 10010110 11101011 1110 100100 0 1000 100010100 1000100 1001011

Color Harmonies of #C996EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996EB

Black with #C996EB

Text Example


Text Example

White with #C996EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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