Html Css Color HEX #CE9FDC Wisteria

📋 copy color: '#CE9FDC'

red 206 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #CE9FDC

Tints of Wisteria #CE9FDC

RGB

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

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

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

R = 35.21%
G = 27.18%
B = 37.61%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9FDC (or 0xCE9FDC) is known color: Wisteria. HEX triplet: CE, 9F and DC. RGB value is (206,159,220). Sum of RGB (Red+Green+Blue) = 206+159+220=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FDC is #316023. Grayscale: #B3B3B3. Windows color (decimal): -3235876 or 14458830. OLE color: 14458830.

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

Color convert

RGB 206 159 220 -
CMYK 0.06 0.28 0 0.14
HSL 286.23º 0.47% 0.74% -
HSV(B) 286.23º 0.28% 0.86% -
XYZ 50.77 43.09 73.35 -
YUV 180.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 206 159 220 0.06 0.28 0 0.14 286.23 0.47 0.74
Hex CE 9F DC 6 1C 0 E 11E 2F 4A
Octal 316 237 334 6 34 0 16 436 57 112
Binary 11001110 10011111 11011100 110 11100 0 1110 100011110 101111 1001010

Color Harmonies of #CE9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FDC

Black with #CE9FDC

Text Example


Text Example

White with #CE9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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