Html Css Color HEX #CE8EDB Wisteria

📋 copy color: '#CE8EDB'

red 206 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #CE8EDB

Tints of Wisteria #CE8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.04%

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 36.33%
G = 25.04%
B = 38.62%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8EDB (or 0xCE8EDB) is known color: Wisteria. HEX triplet: CE, 8E and DB. RGB value is (206,142,219). Sum of RGB (Red+Green+Blue) = 206+142+219=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDB is #317124. Grayscale: #A9A9A9. Windows color (decimal): -3240229 or 14388942. OLE color: 14388942.

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

Color convert

RGB 206 142 219 -
CMYK 0.06 0.35 0 0.14
HSL 289.87º 0.52% 0.71% -
HSV(B) 289.87º 0.35% 0.86% -
XYZ 47.91 37.58 71.75 -
YUV 169.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 206 142 219 0.06 0.35 0 0.14 289.87 0.52 0.71
Hex CE 8E DB 6 23 0 E 122 34 47
Octal 316 216 333 6 43 0 16 442 64 107
Binary 11001110 10001110 11011011 110 100011 0 1110 100100010 110100 1000111

Color Harmonies of #CE8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EDB

Black with #CE8EDB

Text Example


Text Example

White with #CE8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EDB; }

 p { color: rgb(206,142,219); }

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

background-color css

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

 a { background-color: rgb(206,142,219); }

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

border-color css

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

 span { border-color: rgb(206,142,219); }

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