Html Css Color HEX #CE91DC Wisteria

📋 copy color: '#CE91DC'

red 206 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #CE91DC

Tints of Wisteria #CE91DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.39%

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

R = 36.08%
G = 25.39%
B = 38.53%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE91DC (or 0xCE91DC) is known color: Wisteria. HEX triplet: CE, 91 and DC. RGB value is (206,145,220). Sum of RGB (Red+Green+Blue) = 206+145+220=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91DC is #316E23. Grayscale: #ABABAB. Windows color (decimal): -3239460 or 14455246. OLE color: 14455246.

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

Color convert

RGB 206 145 220 -
CMYK 0.06 0.34 0 0.14
HSL 288.8º 0.52% 0.72% -
HSV(B) 288.8º 0.34% 0.86% -
XYZ 48.5 38.54 72.59 -
YUV 171.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 206 145 220 0.06 0.34 0 0.14 288.8 0.52 0.72
Hex CE 91 DC 6 22 0 E 121 34 48
Octal 316 221 334 6 42 0 16 441 64 110
Binary 11001110 10010001 11011100 110 100010 0 1110 100100001 110100 1001000

Color Harmonies of #CE91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91DC

Black with #CE91DC

Text Example


Text Example

White with #CE91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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