Html Css Color HEX #CE9FD8 Wisteria

📋 copy color: '#CE9FD8'

red 206 ◦ green 159 ◦ blue 216

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

Shades of Wisteria #CE9FD8

Tints of Wisteria #CE9FD8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.37%

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 35.46%
G = 27.37%
B = 37.18%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9FD8 (or 0xCE9FD8) is known color: Wisteria. HEX triplet: CE, 9F and D8. RGB value is (206,159,216). Sum of RGB (Red+Green+Blue) = 206+159+216=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE9FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FD8 is #316027. Grayscale: #B3B3B3. Windows color (decimal): -3235880 or 14196686. OLE color: 14196686.

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

Color convert

RGB 206 159 216 -
CMYK 0.05 0.26 0 0.15
HSL 289.47º 0.42% 0.74% -
HSV(B) 289.47º 0.26% 0.85% -
XYZ 50.25 42.88 70.59 -
YUV 179.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 206 159 216 0.05 0.26 0 0.15 289.47 0.42 0.74
Hex CE 9F D8 5 1A 0 F 121 2A 4A
Octal 316 237 330 5 32 0 17 441 52 112
Binary 11001110 10011111 11011000 101 11010 0 1111 100100001 101010 1001010

Color Harmonies of #CE9FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FD8

Black with #CE9FD8

Text Example


Text Example

White with #CE9FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FD8; }

 p { color: rgb(206,159,216); }

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

background-color css

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

 a { background-color: rgb(206,159,216); }

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

border-color css

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

 span { border-color: rgb(206,159,216); }

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