Html Css Color HEX #C99AEA Wisteria

📋 copy color: '#C99AEA'

red 201 ◦ green 154 ◦ blue 234

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

Shades of Wisteria #C99AEA

Tints of Wisteria #C99AEA

RGB

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

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

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

R = 34.13%
G = 26.15%
B = 39.73%

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

#C99AEA (or 0xC99AEA) is known color: Wisteria. HEX triplet: C9, 9A and EA. RGB value is (201,154,234). Sum of RGB (Red+Green+Blue) = 201+154+234=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C99AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AEA is #366515. Grayscale: #B0B0B0. Windows color (decimal): -3564822 or 15375049. OLE color: 15375049.

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

Color convert

RGB 201 154 234 -
CMYK 0.14 0.34 0 0.08
HSL 275.25º 0.66% 0.76% -
HSV(B) 275.25º 0.34% 0.92% -
XYZ 50.49 41.47 83.18 -
YUV 177.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 201 154 234 0.14 0.34 0 0.08 275.25 0.66 0.76
Hex C9 9A EA E 22 0 8 113 42 4C
Octal 311 232 352 16 42 0 10 423 102 114
Binary 11001001 10011010 11101010 1110 100010 0 1000 100010011 1000010 1001100

Color Harmonies of #C99AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AEA

Black with #C99AEA

Text Example


Text Example

White with #C99AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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