Html Css Color HEX #C99AEB Wisteria

📋 copy color: '#C99AEB'

red 201 ◦ green 154 ◦ blue 235

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

Shades of Wisteria #C99AEB

Tints of Wisteria #C99AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.1%

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

R = 34.07%
G = 26.1%
B = 39.83%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C99AEB (or 0xC99AEB) is known color: Wisteria. HEX triplet: C9, 9A and EB. RGB value is (201,154,235). Sum of RGB (Red+Green+Blue) = 201+154+235=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AEB is #366514. Grayscale: #B1B1B1. Windows color (decimal): -3564821 or 15440585. OLE color: 15440585.

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

Color convert

RGB 201 154 235 -
CMYK 0.14 0.34 0 0.08
HSL 274.81º 0.67% 0.76% -
HSV(B) 274.81º 0.34% 0.92% -
XYZ 50.64 41.53 83.94 -
YUV 177.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 201 154 235 0.14 0.34 0 0.08 274.81 0.67 0.76
Hex C9 9A EB E 22 0 8 113 43 4C
Octal 311 232 353 16 42 0 10 423 103 114
Binary 11001001 10011010 11101011 1110 100010 0 1000 100010011 1000011 1001100

Color Harmonies of #C99AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AEB

Black with #C99AEB

Text Example


Text Example

White with #C99AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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