Html Css Color HEX #CE9BDA Wisteria

📋 copy color: '#CE9BDA'

red 206 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #CE9BDA

Tints of Wisteria #CE9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.77%

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

R = 35.58%
G = 26.77%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9BDA (or 0xCE9BDA) is known color: Wisteria. HEX triplet: CE, 9B and DA. RGB value is (206,155,218). Sum of RGB (Red+Green+Blue) = 206+155+218=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDA is #316425. Grayscale: #B1B1B1. Windows color (decimal): -3236902 or 14326734. OLE color: 14326734.

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

Color convert

RGB 206 155 218 -
CMYK 0.06 0.29 0 0.15
HSL 288.57º 0.46% 0.73% -
HSV(B) 288.57º 0.29% 0.85% -
XYZ 49.83 41.63 71.74 -
YUV 177.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 206 155 218 0.06 0.29 0 0.15 288.57 0.46 0.73
Hex CE 9B DA 6 1D 0 F 121 2E 49
Octal 316 233 332 6 35 0 17 441 56 111
Binary 11001110 10011011 11011010 110 11101 0 1111 100100001 101110 1001001

Color Harmonies of #CE9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BDA

Black with #CE9BDA

Text Example


Text Example

White with #CE9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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