Html Css Color HEX #CE95DD Wisteria

📋 copy color: '#CE95DD'

red 206 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #CE95DD

Tints of Wisteria #CE95DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.87%

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

R = 35.76%
G = 25.87%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE95DD (or 0xCE95DD) is known color: Wisteria. HEX triplet: CE, 95 and DD. RGB value is (206,149,221). Sum of RGB (Red+Green+Blue) = 206+149+221=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95DD is #316A22. Grayscale: #AEAEAE. Windows color (decimal): -3238435 or 14521806. OLE color: 14521806.

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

Color convert

RGB 206 149 221 -
CMYK 0.07 0.33 0 0.13
HSL 287.5º 0.51% 0.73% -
HSV(B) 287.5º 0.33% 0.87% -
XYZ 49.25 39.84 73.5 -
YUV 174.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 206 149 221 0.07 0.33 0 0.13 287.5 0.51 0.73
Hex CE 95 DD 7 21 0 D 120 33 49
Octal 316 225 335 7 41 0 15 440 63 111
Binary 11001110 10010101 11011101 111 100001 0 1101 100100000 110011 1001001

Color Harmonies of #CE95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95DD

Black with #CE95DD

Text Example


Text Example

White with #CE95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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