Html Css Color HEX #C99EDE Wisteria

📋 copy color: '#C99EDE'

red 201 ◦ green 158 ◦ blue 222

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

Shades of Wisteria #C99EDE

Tints of Wisteria #C99EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

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

R = 34.6%
G = 27.19%
B = 38.21%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99EDE (or 0xC99EDE) is known color: Wisteria. HEX triplet: C9, 9E and DE. RGB value is (201,158,222). Sum of RGB (Red+Green+Blue) = 201+158+222=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #C99EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EDE is #366121. Grayscale: #B1B1B1. Windows color (decimal): -3563810 or 14589641. OLE color: 14589641.

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

Color convert

RGB 201 158 222 -
CMYK 0.09 0.29 0 0.13
HSL 280.31º 0.49% 0.75% -
HSV(B) 280.31º 0.29% 0.87% -
XYZ 49.5 42.15 74.63 -
YUV 178.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 201 158 222 0.09 0.29 0 0.13 280.31 0.49 0.75
Hex C9 9E DE 9 1D 0 D 118 31 4B
Octal 311 236 336 11 35 0 15 430 61 113
Binary 11001001 10011110 11011110 1001 11101 0 1101 100011000 110001 1001011

Color Harmonies of #C99EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EDE

Black with #C99EDE

Text Example


Text Example

White with #C99EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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