Html Css Color HEX #CE9FDF Wisteria

📋 copy color: '#CE9FDF'

red 206 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #CE9FDF

Tints of Wisteria #CE9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 35.03%
G = 27.04%
B = 37.93%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9FDF (or 0xCE9FDF) is known color: Wisteria. HEX triplet: CE, 9F and DF. RGB value is (206,159,223). Sum of RGB (Red+Green+Blue) = 206+159+223=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FDF is #316020. Grayscale: #B4B4B4. Windows color (decimal): -3235873 or 14655438. OLE color: 14655438.

HSL color Cylindrical-coordinate representation of color #CE9FDF: hue angle of 284.06º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9FDF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 159 223 -
CMYK 0.08 0.29 0 0.13
HSL 284.06º 0.5% 0.75% -
HSV(B) 284.06º 0.29% 0.87% -
XYZ 51.17 43.25 75.46 -
YUV 180.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 206 159 223 0.08 0.29 0 0.13 284.06 0.5 0.75
Hex CE 9F DF 8 1D 0 D 11C 32 4B
Octal 316 237 337 10 35 0 15 434 62 113
Binary 11001110 10011111 11011111 1000 11101 0 1101 100011100 110010 1001011

Color Harmonies of #CE9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FDF

Black with #CE9FDF

Text Example


Text Example

White with #CE9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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