Html Css Color HEX #C99EDB Wisteria

📋 copy color: '#C99EDB'

red 201 ◦ green 158 ◦ blue 219

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

Shades of Wisteria #C99EDB

Tints of Wisteria #C99EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 34.78%
G = 27.34%
B = 37.89%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C99EDB (or 0xC99EDB) is known color: Wisteria. HEX triplet: C9, 9E and DB. RGB value is (201,158,219). Sum of RGB (Red+Green+Blue) = 201+158+219=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EDB is #366124. Grayscale: #B1B1B1. Windows color (decimal): -3563813 or 14393033. OLE color: 14393033.

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

Color convert

RGB 201 158 219 -
CMYK 0.08 0.28 0 0.14
HSL 282.3º 0.46% 0.74% -
HSV(B) 282.3º 0.28% 0.86% -
XYZ 49.1 41.99 72.53 -
YUV 177.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 201 158 219 0.08 0.28 0 0.14 282.3 0.46 0.74
Hex C9 9E DB 8 1C 0 E 11A 2E 4A
Octal 311 236 333 10 34 0 16 432 56 112
Binary 11001001 10011110 11011011 1000 11100 0 1110 100011010 101110 1001010

Color Harmonies of #C99EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EDB

Black with #C99EDB

Text Example


Text Example

White with #C99EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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