Html Css Color HEX #CE88DC Wisteria

📋 copy color: '#CE88DC'

red 206 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #CE88DC

Tints of Wisteria #CE88DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.2%

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

R = 36.65%
G = 24.2%
B = 39.15%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE88DC (or 0xCE88DC) is known color: Wisteria. HEX triplet: CE, 88 and DC. RGB value is (206,136,220). Sum of RGB (Red+Green+Blue) = 206+136+220=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88DC is #317723. Grayscale: #A6A6A6. Windows color (decimal): -3241764 or 14452942. OLE color: 14452942.

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

Color convert

RGB 206 136 220 -
CMYK 0.06 0.38 0 0.14
HSL 290º 0.55% 0.7% -
HSV(B) 290º 0.38% 0.86% -
XYZ 47.18 35.9 72.15 -
YUV 166.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 206 136 220 0.06 0.38 0 0.14 290 0.55 0.7
Hex CE 88 DC 6 26 0 E 122 37 46
Octal 316 210 334 6 46 0 16 442 67 106
Binary 11001110 10001000 11011100 110 100110 0 1110 100100010 110111 1000110

Color Harmonies of #CE88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE88DC

Black with #CE88DC

Text Example


Text Example

White with #CE88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE88DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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