Html Css Color HEX #CE97DD Wisteria

📋 copy color: '#CE97DD'

red 206 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #CE97DD

Tints of Wisteria #CE97DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 35.64%
G = 26.12%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE97DD (or 0xCE97DD) is known color: Wisteria. HEX triplet: CE, 97 and DD. RGB value is (206,151,221). Sum of RGB (Red+Green+Blue) = 206+151+221=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97DD is #316822. Grayscale: #AFAFAF. Windows color (decimal): -3237923 or 14522318. OLE color: 14522318.

HSL color Cylindrical-coordinate representation of color #CE97DD: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE97DD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 151 221 -
CMYK 0.07 0.32 0 0.13
HSL 287.14º 0.51% 0.73% -
HSV(B) 287.14º 0.32% 0.87% -
XYZ 49.57 40.48 73.61 -
YUV 175.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 206 151 221 0.07 0.32 0 0.13 287.14 0.51 0.73
Hex CE 97 DD 7 20 0 D 11F 33 49
Octal 316 227 335 7 40 0 15 437 63 111
Binary 11001110 10010111 11011101 111 100000 0 1101 100011111 110011 1001001

Color Harmonies of #CE97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE97DD

Black with #CE97DD

Text Example


Text Example

White with #CE97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE97DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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