Html Css Color HEX #C99AED Wisteria

📋 copy color: '#C99AED'

red 201 ◦ green 154 ◦ blue 237

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

Shades of Wisteria #C99AED

Tints of Wisteria #C99AED

RGB

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

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

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

R = 33.95%
G = 26.01%
B = 40.03%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C99AED (or 0xC99AED) is known color: Wisteria. HEX triplet: C9, 9A and ED. RGB value is (201,154,237). Sum of RGB (Red+Green+Blue) = 201+154+237=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #C99AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AED is #366512. Grayscale: #B1B1B1. Windows color (decimal): -3564819 or 15571657. OLE color: 15571657.

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

Color convert

RGB 201 154 237 -
CMYK 0.15 0.35 0 0.07
HSL 273.98º 0.7% 0.77% -
HSV(B) 273.98º 0.35% 0.93% -
XYZ 50.93 41.64 85.47 -
YUV 177.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 201 154 237 0.15 0.35 0 0.07 273.98 0.7 0.77
Hex C9 9A ED F 23 0 7 112 46 4D
Octal 311 232 355 17 43 0 7 422 106 115
Binary 11001001 10011010 11101101 1111 100011 0 111 100010010 1000110 1001101

Color Harmonies of #C99AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AED

Black with #C99AED

Text Example


Text Example

White with #C99AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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