Html Css Color HEX #C99AE8 Wisteria

📋 copy color: '#C99AE8'

red 201 ◦ green 154 ◦ blue 232

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

Shades of Wisteria #C99AE8

Tints of Wisteria #C99AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.52%

R = 34.24%
G = 26.24%
B = 39.52%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C99AE8 (or 0xC99AE8) is known color: Wisteria. HEX triplet: C9, 9A and E8. RGB value is (201,154,232). Sum of RGB (Red+Green+Blue) = 201+154+232=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #C99AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AE8 is #366517. Grayscale: #B0B0B0. Windows color (decimal): -3564824 or 15243977. OLE color: 15243977.

HSL color Cylindrical-coordinate representation of color #C99AE8: hue angle of 276.15º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99AE8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 154 232 -
CMYK 0.13 0.34 0 0.09
HSL 276.15º 0.63% 0.76% -
HSV(B) 276.15º 0.34% 0.91% -
XYZ 50.21 41.35 81.68 -
YUV 176.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 201 154 232 0.13 0.34 0 0.09 276.15 0.63 0.76
Hex C9 9A E8 D 22 0 9 114 3F 4C
Octal 311 232 350 15 42 0 11 424 77 114
Binary 11001001 10011010 11101000 1101 100010 0 1001 100010100 111111 1001100

Color Harmonies of #C99AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AE8

Black with #C99AE8

Text Example


Text Example

White with #C99AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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