Html Css Color HEX #CE9DDA Wisteria

📋 copy color: '#CE9DDA'

red 206 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #CE9DDA

Tints of Wisteria #CE9DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.02%

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 35.46%
G = 27.02%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9DDA (or 0xCE9DDA) is known color: Wisteria. HEX triplet: CE, 9D and DA. RGB value is (206,157,218). Sum of RGB (Red+Green+Blue) = 206+157+218=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DDA is #316225. Grayscale: #B2B2B2. Windows color (decimal): -3236390 or 14327246. OLE color: 14327246.

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

Color convert

RGB 206 157 218 -
CMYK 0.06 0.28 0 0.15
HSL 288.2º 0.45% 0.74% -
HSV(B) 288.2º 0.28% 0.85% -
XYZ 50.17 42.3 71.85 -
YUV 178.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 206 157 218 0.06 0.28 0 0.15 288.2 0.45 0.74
Hex CE 9D DA 6 1C 0 F 120 2D 4A
Octal 316 235 332 6 34 0 17 440 55 112
Binary 11001110 10011101 11011010 110 11100 0 1111 100100000 101101 1001010

Color Harmonies of #CE9DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DDA

Black with #CE9DDA

Text Example


Text Example

White with #CE9DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DDA; }

 p { color: rgb(206,157,218); }

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

background-color css

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

 a { background-color: rgb(206,157,218); }

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

border-color css

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

 span { border-color: rgb(206,157,218); }

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