Html Css Color HEX #C991EB Wisteria

📋 copy color: '#C991EB'

red 201 ◦ green 145 ◦ blue 235

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

Shades of Wisteria #C991EB

Tints of Wisteria #C991EB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.96%

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

R = 34.6%
G = 24.96%
B = 40.45%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C991EB (or 0xC991EB) is known color: Wisteria. HEX triplet: C9, 91 and EB. RGB value is (201,145,235). Sum of RGB (Red+Green+Blue) = 201+145+235=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C991EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991EB is #366E14. Grayscale: #ABABAB. Windows color (decimal): -3567125 or 15438281. OLE color: 15438281.

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

Color convert

RGB 201 145 235 -
CMYK 0.14 0.38 0 0.08
HSL 277.33º 0.69% 0.75% -
HSV(B) 277.33º 0.38% 0.92% -
XYZ 49.21 38.67 83.47 -
YUV 172 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 201 145 235 0.14 0.38 0 0.08 277.33 0.69 0.75
Hex C9 91 EB E 26 0 8 115 45 4B
Octal 311 221 353 16 46 0 10 425 105 113
Binary 11001001 10010001 11101011 1110 100110 0 1000 100010101 1000101 1001011

Color Harmonies of #C991EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991EB

Black with #C991EB

Text Example


Text Example

White with #C991EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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