Html Css Color HEX #CE9ADE Wisteria

📋 copy color: '#CE9ADE'

red 206 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #CE9ADE

Tints of Wisteria #CE9ADE

RGB

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

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

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

R = 35.4%
G = 26.46%
B = 38.14%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9ADE (or 0xCE9ADE) is known color: Wisteria. HEX triplet: CE, 9A and DE. RGB value is (206,154,222). Sum of RGB (Red+Green+Blue) = 206+154+222=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADE is #316521. Grayscale: #B1B1B1. Windows color (decimal): -3237154 or 14588622. OLE color: 14588622.

HSL color Cylindrical-coordinate representation of color #CE9ADE: hue angle of 285.88º 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 #CE9ADE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 154 222 -
CMYK 0.07 0.31 0 0.13
HSL 285.88º 0.51% 0.74% -
HSV(B) 285.88º 0.31% 0.87% -
XYZ 50.19 41.51 74.47 -
YUV 177.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 206 154 222 0.07 0.31 0 0.13 285.88 0.51 0.74
Hex CE 9A DE 7 1F 0 D 11E 33 4A
Octal 316 232 336 7 37 0 15 436 63 112
Binary 11001110 10011010 11011110 111 11111 0 1101 100011110 110011 1001010

Color Harmonies of #CE9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ADE

Black with #CE9ADE

Text Example


Text Example

White with #CE9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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