Html Css Color HEX #CE8ADB Wisteria

📋 copy color: '#CE8ADB'

red 206 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #CE8ADB

Tints of Wisteria #CE8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.51%

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

R = 36.59%
G = 24.51%
B = 38.9%

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

#CE8ADB (or 0xCE8ADB) is known color: Wisteria. HEX triplet: CE, 8A and DB. RGB value is (206,138,219). Sum of RGB (Red+Green+Blue) = 206+138+219=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ADB is #317524. Grayscale: #A7A7A7. Windows color (decimal): -3241253 or 14387918. OLE color: 14387918.

HSL color Cylindrical-coordinate representation of color #CE8ADB: hue angle of 290.37º 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 #CE8ADB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 138 219 -
CMYK 0.06 0.37 0 0.14
HSL 290.37º 0.53% 0.7% -
HSV(B) 290.37º 0.37% 0.86% -
XYZ 47.33 36.41 71.55 -
YUV 167.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 206 138 219 0.06 0.37 0 0.14 290.37 0.53 0.7
Hex CE 8A DB 6 25 0 E 122 35 46
Octal 316 212 333 6 45 0 16 442 65 106
Binary 11001110 10001010 11011011 110 100101 0 1110 100100010 110101 1000110

Color Harmonies of #CE8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8ADB

Black with #CE8ADB

Text Example


Text Example

White with #CE8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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