Html Css Color HEX #CE97DB Wisteria

📋 copy color: '#CE97DB'

red 206 ◦ green 151 ◦ blue 219

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

Shades of Wisteria #CE97DB

Tints of Wisteria #CE97DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.22%

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

R = 35.76%
G = 26.22%
B = 38.02%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE97DB (or 0xCE97DB) is known color: Wisteria. HEX triplet: CE, 97 and DB. RGB value is (206,151,219). Sum of RGB (Red+Green+Blue) = 206+151+219=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97DB is #316824. Grayscale: #AEAEAE. Windows color (decimal): -3237925 or 14391246. OLE color: 14391246.

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

Color convert

RGB 206 151 219 -
CMYK 0.06 0.31 0 0.14
HSL 288.53º 0.49% 0.73% -
HSV(B) 288.53º 0.31% 0.86% -
XYZ 49.31 40.37 72.21 -
YUV 175.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 206 151 219 0.06 0.31 0 0.14 288.53 0.49 0.73
Hex CE 97 DB 6 1F 0 E 121 31 49
Octal 316 227 333 6 37 0 16 441 61 111
Binary 11001110 10010111 11011011 110 11111 0 1110 100100001 110001 1001001

Color Harmonies of #CE97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE97DB

Black with #CE97DB

Text Example


Text Example

White with #CE97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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