Html Css Color HEX #C99ADE Wisteria

📋 copy color: '#C99ADE'

red 201 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #C99ADE

Tints of Wisteria #C99ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 34.84%
G = 26.69%
B = 38.47%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99ADE (or 0xC99ADE) is known color: Wisteria. HEX triplet: C9, 9A and DE. RGB value is (201,154,222). Sum of RGB (Red+Green+Blue) = 201+154+222=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #C99ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADE is #366521. Grayscale: #AFAFAF. Windows color (decimal): -3564834 or 14588617. OLE color: 14588617.

HSL color Cylindrical-coordinate representation of color #C99ADE: hue angle of 281.47º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99ADE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 154 222 -
CMYK 0.09 0.31 0 0.13
HSL 281.47º 0.51% 0.74% -
HSV(B) 281.47º 0.31% 0.87% -
XYZ 48.83 40.8 74.41 -
YUV 175.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 201 154 222 0.09 0.31 0 0.13 281.47 0.51 0.74
Hex C9 9A DE 9 1F 0 D 119 33 4A
Octal 311 232 336 11 37 0 15 431 63 112
Binary 11001001 10011010 11011110 1001 11111 0 1101 100011001 110011 1001010

Color Harmonies of #C99ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ADE

Black with #C99ADE

Text Example


Text Example

White with #C99ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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