Html Css Color HEX #CE95DC Wisteria

📋 copy color: '#CE95DC'

red 206 ◦ green 149 ◦ blue 220

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

Shades of Wisteria #CE95DC

Tints of Wisteria #CE95DC

RGB

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

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

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

R = 35.83%
G = 25.91%
B = 38.26%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE95DC (or 0xCE95DC) is known color: Wisteria. HEX triplet: CE, 95 and DC. RGB value is (206,149,220). Sum of RGB (Red+Green+Blue) = 206+149+220=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95DC is #316A23. Grayscale: #ADADAD. Windows color (decimal): -3238436 or 14456270. OLE color: 14456270.

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

Color convert

RGB 206 149 220 -
CMYK 0.06 0.32 0 0.14
HSL 288.17º 0.5% 0.72% -
HSV(B) 288.17º 0.32% 0.86% -
XYZ 49.12 39.78 72.8 -
YUV 174.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 206 149 220 0.06 0.32 0 0.14 288.17 0.5 0.72
Hex CE 95 DC 6 20 0 E 120 32 48
Octal 316 225 334 6 40 0 16 440 62 110
Binary 11001110 10010101 11011100 110 100000 0 1110 100100000 110010 1001000

Color Harmonies of #CE95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95DC

Black with #CE95DC

Text Example


Text Example

White with #CE95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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