Html Css Color HEX #CE9AD6 Wisteria

📋 copy color: '#CE9AD6'

red 206 ◦ green 154 ◦ blue 214

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

Shades of Wisteria #CE9AD6

Tints of Wisteria #CE9AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 35.89%
G = 26.83%
B = 37.28%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE9AD6 (or 0xCE9AD6) is known color: Wisteria. HEX triplet: CE, 9A and D6. RGB value is (206,154,214). Sum of RGB (Red+Green+Blue) = 206+154+214=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD6 is #316529. Grayscale: #B0B0B0. Windows color (decimal): -3237162 or 14064334. OLE color: 14064334.

HSL color Cylindrical-coordinate representation of color #CE9AD6: hue angle of 292º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9AD6 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 154 214 -
CMYK 0.04 0.28 0 0.16
HSL 292º 0.42% 0.72% -
HSV(B) 292º 0.28% 0.84% -
XYZ 49.15 41.09 68.96 -
YUV 176.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 206 154 214 0.04 0.28 0 0.16 292 0.42 0.72
Hex CE 9A D6 4 1C 0 10 124 2A 48
Octal 316 232 326 4 34 0 20 444 52 110
Binary 11001110 10011010 11010110 100 11100 0 10000 100100100 101010 1001000

Color Harmonies of #CE9AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AD6

Black with #CE9AD6

Text Example


Text Example

White with #CE9AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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