Html Css Color HEX #C996ED Wisteria

📋 copy color: '#C996ED'

red 201 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #C996ED

Tints of Wisteria #C996ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 34.18%
G = 25.51%
B = 40.31%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C996ED (or 0xC996ED) is known color: Wisteria. HEX triplet: C9, 96 and ED. RGB value is (201,150,237). Sum of RGB (Red+Green+Blue) = 201+150+237=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #C996ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996ED is #366912. Grayscale: #AEAEAE. Windows color (decimal): -3565843 or 15570633. OLE color: 15570633.

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

Color convert

RGB 201 150 237 -
CMYK 0.15 0.37 0 0.07
HSL 275.17º 0.71% 0.76% -
HSV(B) 275.17º 0.37% 0.93% -
XYZ 50.28 40.34 85.26 -
YUV 175.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 201 150 237 0.15 0.37 0 0.07 275.17 0.71 0.76
Hex C9 96 ED F 25 0 7 113 47 4C
Octal 311 226 355 17 45 0 7 423 107 114
Binary 11001001 10010110 11101101 1111 100101 0 111 100010011 1000111 1001100

Color Harmonies of #C996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996ED

Black with #C996ED

Text Example


Text Example

White with #C996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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