Html Css Color HEX #C996EA Wisteria

📋 copy color: '#C996EA'

red 201 ◦ green 150 ◦ blue 234

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

Shades of Wisteria #C996EA

Tints of Wisteria #C996EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40%

R = 34.36%
G = 25.64%
B = 40%

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

#C996EA (or 0xC996EA) is known color: Wisteria. HEX triplet: C9, 96 and EA. RGB value is (201,150,234). Sum of RGB (Red+Green+Blue) = 201+150+234=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #C996EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EA is #366915. Grayscale: #AEAEAE. Windows color (decimal): -3565846 or 15374025. OLE color: 15374025.

HSL color Cylindrical-coordinate representation of color #C996EA: hue angle of 276.43º degrees, saturation: 0.67, 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 #C996EA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 150 234 -
CMYK 0.14 0.36 0 0.08
HSL 276.43º 0.67% 0.75% -
HSV(B) 276.43º 0.36% 0.92% -
XYZ 49.85 40.17 82.97 -
YUV 174.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 201 150 234 0.14 0.36 0 0.08 276.43 0.67 0.75
Hex C9 96 EA E 24 0 8 114 43 4B
Octal 311 226 352 16 44 0 10 424 103 113
Binary 11001001 10010110 11101010 1110 100100 0 1000 100010100 1000011 1001011

Color Harmonies of #C996EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996EA

Black with #C996EA

Text Example


Text Example

White with #C996EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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