Html Css Color HEX #CE94DB Wisteria

📋 copy color: '#CE94DB'

red 206 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #CE94DB

Tints of Wisteria #CE94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.83%

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

R = 35.95%
G = 25.83%
B = 38.22%

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

#CE94DB (or 0xCE94DB) is known color: Wisteria. HEX triplet: CE, 94 and DB. RGB value is (206,148,219). Sum of RGB (Red+Green+Blue) = 206+148+219=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94DB is #316B24. Grayscale: #ADADAD. Windows color (decimal): -3238693 or 14390478. OLE color: 14390478.

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

Color convert

RGB 206 148 219 -
CMYK 0.06 0.32 0 0.14
HSL 289.01º 0.5% 0.72% -
HSV(B) 289.01º 0.32% 0.86% -
XYZ 48.83 39.42 72.05 -
YUV 173.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 206 148 219 0.06 0.32 0 0.14 289.01 0.5 0.72
Hex CE 94 DB 6 20 0 E 121 32 48
Octal 316 224 333 6 40 0 16 441 62 110
Binary 11001110 10010100 11011011 110 100000 0 1110 100100001 110010 1001000

Color Harmonies of #CE94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94DB

Black with #CE94DB

Text Example


Text Example

White with #CE94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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