Html Css Color HEX #CE91DD Wisteria

📋 copy color: '#CE91DD'

red 206 ◦ green 145 ◦ blue 221

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

Shades of Wisteria #CE91DD

Tints of Wisteria #CE91DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 36.01%
G = 25.35%
B = 38.64%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE91DD (or 0xCE91DD) is known color: Wisteria. HEX triplet: CE, 91 and DD. RGB value is (206,145,221). Sum of RGB (Red+Green+Blue) = 206+145+221=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91DD is #316E22. Grayscale: #ABABAB. Windows color (decimal): -3239459 or 14520782. OLE color: 14520782.

HSL color Cylindrical-coordinate representation of color #CE91DD: hue angle of 288.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE91DD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 145 221 -
CMYK 0.07 0.34 0 0.13
HSL 288.16º 0.53% 0.72% -
HSV(B) 288.16º 0.34% 0.87% -
XYZ 48.63 38.59 73.29 -
YUV 171.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 206 145 221 0.07 0.34 0 0.13 288.16 0.53 0.72
Hex CE 91 DD 7 22 0 D 120 35 48
Octal 316 221 335 7 42 0 15 440 65 110
Binary 11001110 10010001 11011101 111 100010 0 1101 100100000 110101 1001000

Color Harmonies of #CE91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91DD

Black with #CE91DD

Text Example


Text Example

White with #CE91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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