Html Css Color HEX #CE9BE9 Wisteria

📋 copy color: '#CE9BE9'

red 206 ◦ green 155 ◦ blue 233

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

Shades of Wisteria #CE9BE9

Tints of Wisteria #CE9BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 34.68%
G = 26.09%
B = 39.23%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE9BE9 (or 0xCE9BE9) is known color: Wisteria. HEX triplet: CE, 9B and E9. RGB value is (206,155,233). Sum of RGB (Red+Green+Blue) = 206+155+233=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BE9 is #316416. Grayscale: #B2B2B2. Windows color (decimal): -3236887 or 15309774. OLE color: 15309774.

HSL color Cylindrical-coordinate representation of color #CE9BE9: hue angle of 279.23º degrees, saturation: 0.64, 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 #CE9BE9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 155 233 -
CMYK 0.12 0.33 0 0.09
HSL 279.23º 0.64% 0.76% -
HSV(B) 279.23º 0.33% 0.91% -
XYZ 51.88 42.45 82.55 -
YUV 179.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 206 155 233 0.12 0.33 0 0.09 279.23 0.64 0.76
Hex CE 9B E9 C 21 0 9 117 40 4C
Octal 316 233 351 14 41 0 11 427 100 114
Binary 11001110 10011011 11101001 1100 100001 0 1001 100010111 1000000 1001100

Color Harmonies of #CE9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BE9

Black with #CE9BE9

Text Example


Text Example

White with #CE9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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