Html Css Color HEX #C99EDA Wisteria

📋 copy color: '#C99EDA'

red 201 ◦ green 158 ◦ blue 218

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

Shades of Wisteria #C99EDA

Tints of Wisteria #C99EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 34.84%
G = 27.38%
B = 37.78%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C99EDA (or 0xC99EDA) is known color: Wisteria. HEX triplet: C9, 9E and DA. RGB value is (201,158,218). Sum of RGB (Red+Green+Blue) = 201+158+218=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EDA is #366125. Grayscale: #B1B1B1. Windows color (decimal): -3563814 or 14327497. OLE color: 14327497.

HSL color Cylindrical-coordinate representation of color #C99EDA: hue angle of 283º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99EDA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 158 218 -
CMYK 0.08 0.28 0 0.15
HSL 283º 0.45% 0.74% -
HSV(B) 283º 0.28% 0.85% -
XYZ 48.97 41.93 71.84 -
YUV 177.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 201 158 218 0.08 0.28 0 0.15 283 0.45 0.74
Hex C9 9E DA 8 1C 0 F 11B 2D 4A
Octal 311 236 332 10 34 0 17 433 55 112
Binary 11001001 10011110 11011010 1000 11100 0 1111 100011011 101101 1001010

Color Harmonies of #C99EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EDA

Black with #C99EDA

Text Example


Text Example

White with #C99EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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