Html Css Color HEX #C996EF Wisteria

📋 copy color: '#C996EF'

red 201 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #C996EF

Tints of Wisteria #C996EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 34.07%
G = 25.42%
B = 40.51%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C996EF (or 0xC996EF) is known color: Wisteria. HEX triplet: C9, 96 and EF. RGB value is (201,150,239). Sum of RGB (Red+Green+Blue) = 201+150+239=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #C996EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EF is #366910. Grayscale: #AFAFAF. Windows color (decimal): -3565841 or 15701705. OLE color: 15701705.

HSL color Cylindrical-coordinate representation of color #C996EF: hue angle of 274.38º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C996EF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 150 239 -
CMYK 0.16 0.37 0 0.06
HSL 274.38º 0.74% 0.76% -
HSV(B) 274.38º 0.37% 0.94% -
XYZ 50.57 40.46 86.81 -
YUV 175.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 201 150 239 0.16 0.37 0 0.06 274.38 0.74 0.76
Hex C9 96 EF 10 25 0 6 112 4A 4C
Octal 311 226 357 20 45 0 6 422 112 114
Binary 11001001 10010110 11101111 10000 100101 0 110 100010010 1001010 1001100

Color Harmonies of #C996EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996EF

Black with #C996EF

Text Example


Text Example

White with #C996EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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