Html Css Color HEX #CE91D9 Wisteria

📋 copy color: '#CE91D9'

red 206 ◦ green 145 ◦ blue 217

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

Shades of Wisteria #CE91D9

Tints of Wisteria #CE91D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 36.27%
G = 25.53%
B = 38.2%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE91D9 (or 0xCE91D9) is known color: Wisteria. HEX triplet: CE, 91 and D9. RGB value is (206,145,217). Sum of RGB (Red+Green+Blue) = 206+145+217=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91D9 is #316E26. Grayscale: #ABABAB. Windows color (decimal): -3239463 or 14258638. OLE color: 14258638.

HSL color Cylindrical-coordinate representation of color #CE91D9: hue angle of 290.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE91D9 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 145 217 -
CMYK 0.05 0.33 0 0.15
HSL 290.83º 0.49% 0.71% -
HSV(B) 290.83º 0.33% 0.85% -
XYZ 48.1 38.38 70.52 -
YUV 171.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 206 145 217 0.05 0.33 0 0.15 290.83 0.49 0.71
Hex CE 91 D9 5 21 0 F 123 31 47
Octal 316 221 331 5 41 0 17 443 61 107
Binary 11001110 10010001 11011001 101 100001 0 1111 100100011 110001 1000111

Color Harmonies of #CE91D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91D9

Black with #CE91D9

Text Example


Text Example

White with #CE91D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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