Html Css Color HEX #CE9ADB Wisteria

📋 copy color: '#CE9ADB'

red 206 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #CE9ADB

Tints of Wisteria #CE9ADB

RGB

 RED value IS 206 (80.86% from 255) = 35.58%

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

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

R = 35.58%
G = 26.6%
B = 37.82%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9ADB (or 0xCE9ADB) is known color: Wisteria. HEX triplet: CE, 9A and DB. RGB value is (206,154,219). Sum of RGB (Red+Green+Blue) = 206+154+219=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADB is #316524. Grayscale: #B0B0B0. Windows color (decimal): -3237157 or 14392014. OLE color: 14392014.

HSL color Cylindrical-coordinate representation of color #CE9ADB: hue angle of 288º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9ADB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 154 219 -
CMYK 0.06 0.30 0 0.14
HSL 288º 0.47% 0.73% -
HSV(B) 288º 0.3% 0.86% -
XYZ 49.8 41.35 72.37 -
YUV 176.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 206 154 219 0.06 0.30 0 0.14 288 0.47 0.73
Hex CE 9A DB 6 1E 0 E 120 2F 49
Octal 316 232 333 6 36 0 16 440 57 111
Binary 11001110 10011010 11011011 110 11110 0 1110 100100000 101111 1001001

Color Harmonies of #CE9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ADB

Black with #CE9ADB

Text Example


Text Example

White with #CE9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ADB; }

 p { color: rgb(206,154,219); }

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

background-color css

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

 a { background-color: rgb(206,154,219); }

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

border-color css

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

 span { border-color: rgb(206,154,219); }

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