Html Css Color HEX #CE9BEC Wisteria

📋 copy color: '#CE9BEC'

red 206 ◦ green 155 ◦ blue 236

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

Shades of Wisteria #CE9BEC

Tints of Wisteria #CE9BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 34.51%
G = 25.96%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9BEC (or 0xCE9BEC) is known color: Wisteria. HEX triplet: CE, 9B and EC. RGB value is (206,155,236). Sum of RGB (Red+Green+Blue) = 206+155+236=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BEC is #316413. Grayscale: #B3B3B3. Windows color (decimal): -3236884 or 15506382. OLE color: 15506382.

HSL color Cylindrical-coordinate representation of color #CE9BEC: hue angle of 277.78º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9BEC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 155 236 -
CMYK 0.13 0.34 0 0.07
HSL 277.78º 0.68% 0.77% -
HSV(B) 277.78º 0.34% 0.93% -
XYZ 52.32 42.62 84.83 -
YUV 179.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 206 155 236 0.13 0.34 0 0.07 277.78 0.68 0.77
Hex CE 9B EC D 22 0 7 116 44 4D
Octal 316 233 354 15 42 0 7 426 104 115
Binary 11001110 10011011 11101100 1101 100010 0 111 100010110 1000100 1001101

Color Harmonies of #CE9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BEC

Black with #CE9BEC

Text Example


Text Example

White with #CE9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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