Html Css Color HEX #CE8BDB Wisteria

📋 copy color: '#CE8BDB'

red 206 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #CE8BDB

Tints of Wisteria #CE8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.65%

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

R = 36.52%
G = 24.65%
B = 38.83%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8BDB (or 0xCE8BDB) is known color: Wisteria. HEX triplet: CE, 8B and DB. RGB value is (206,139,219). Sum of RGB (Red+Green+Blue) = 206+139+219=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BDB is #317424. Grayscale: #A7A7A7. Windows color (decimal): -3240997 or 14388174. OLE color: 14388174.

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

Color convert

RGB 206 139 219 -
CMYK 0.06 0.37 0 0.14
HSL 290.25º 0.53% 0.7% -
HSV(B) 290.25º 0.37% 0.86% -
XYZ 47.47 36.7 71.6 -
YUV 168.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 206 139 219 0.06 0.37 0 0.14 290.25 0.53 0.7
Hex CE 8B DB 6 25 0 E 122 35 46
Octal 316 213 333 6 45 0 16 442 65 106
Binary 11001110 10001011 11011011 110 100101 0 1110 100100010 110101 1000110

Color Harmonies of #CE8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BDB

Black with #CE8BDB

Text Example


Text Example

White with #CE8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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