Html Css Color HEX #CE9BDC Wisteria

📋 copy color: '#CE9BDC'

red 206 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #CE9BDC

Tints of Wisteria #CE9BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 35.46%
G = 26.68%
B = 37.87%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9BDC (or 0xCE9BDC) is known color: Wisteria. HEX triplet: CE, 9B and DC. RGB value is (206,155,220). Sum of RGB (Red+Green+Blue) = 206+155+220=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDC is #316423. Grayscale: #B1B1B1. Windows color (decimal): -3236900 or 14457806. OLE color: 14457806.

HSL color Cylindrical-coordinate representation of color #CE9BDC: hue angle of 287.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9BDC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 155 220 -
CMYK 0.06 0.30 0 0.14
HSL 287.08º 0.48% 0.74% -
HSV(B) 287.08º 0.3% 0.86% -
XYZ 50.09 41.73 73.13 -
YUV 177.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 206 155 220 0.06 0.30 0 0.14 287.08 0.48 0.74
Hex CE 9B DC 6 1E 0 E 11F 30 4A
Octal 316 233 334 6 36 0 16 437 60 112
Binary 11001110 10011011 11011100 110 11110 0 1110 100011111 110000 1001010

Color Harmonies of #CE9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BDC

Black with #CE9BDC

Text Example


Text Example

White with #CE9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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