Html Css Color HEX #CE9ED5 Wisteria

📋 copy color: '#CE9ED5'

red 206 ◦ green 158 ◦ blue 213

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

Shades of Wisteria #CE9ED5

Tints of Wisteria #CE9ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.38%

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 35.7%
G = 27.38%
B = 36.92%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE9ED5 (or 0xCE9ED5) is known color: Wisteria. HEX triplet: CE, 9E and D5. RGB value is (206,158,213). Sum of RGB (Red+Green+Blue) = 206+158+213=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED5 is #31612A. Grayscale: #B2B2B2. Windows color (decimal): -3236139 or 13999822. OLE color: 13999822.

HSL color Cylindrical-coordinate representation of color #CE9ED5: hue angle of 292.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9ED5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 158 213 -
CMYK 0.03 0.26 0 0.16
HSL 292.36º 0.4% 0.73% -
HSV(B) 292.36º 0.26% 0.84% -
XYZ 49.69 42.38 68.51 -
YUV 178.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 206 158 213 0.03 0.26 0 0.16 292.36 0.4 0.73
Hex CE 9E D5 3 1A 0 10 124 28 49
Octal 316 236 325 3 32 0 20 444 50 111
Binary 11001110 10011110 11010101 11 11010 0 10000 100100100 101000 1001001

Color Harmonies of #CE9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ED5

Black with #CE9ED5

Text Example


Text Example

White with #CE9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ED5; }

 p { color: rgb(206,158,213); }

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

background-color css

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

 a { background-color: rgb(206,158,213); }

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

border-color css

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

 span { border-color: rgb(206,158,213); }

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