Html Css Color HEX #CE9BE8 Wisteria

📋 copy color: '#CE9BE8'

red 206 ◦ green 155 ◦ blue 232

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

Shades of Wisteria #CE9BE8

Tints of Wisteria #CE9BE8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 34.74%
G = 26.14%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE9BE8 (or 0xCE9BE8) is known color: Wisteria. HEX triplet: CE, 9B and E8. RGB value is (206,155,232). Sum of RGB (Red+Green+Blue) = 206+155+232=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE9BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BE8 is #316417. Grayscale: #B2B2B2. Windows color (decimal): -3236888 or 15244238. OLE color: 15244238.

HSL color Cylindrical-coordinate representation of color #CE9BE8: hue angle of 279.74º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9BE8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 155 232 -
CMYK 0.11 0.33 0 0.09
HSL 279.74º 0.63% 0.76% -
HSV(B) 279.74º 0.33% 0.91% -
XYZ 51.74 42.39 81.8 -
YUV 179.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 206 155 232 0.11 0.33 0 0.09 279.74 0.63 0.76
Hex CE 9B E8 B 21 0 9 118 3F 4C
Octal 316 233 350 13 41 0 11 430 77 114
Binary 11001110 10011011 11101000 1011 100001 0 1001 100011000 111111 1001100

Color Harmonies of #CE9BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BE8

Black with #CE9BE8

Text Example


Text Example

White with #CE9BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BE8; }

 p { color: rgb(206,155,232); }

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

background-color css

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

 a { background-color: rgb(206,155,232); }

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

border-color css

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

 span { border-color: rgb(206,155,232); }

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