Html Css Color HEX #CE9BE0 Wisteria

📋 copy color: '#CE9BE0'

red 206 ◦ green 155 ◦ blue 224

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

Shades of Wisteria #CE9BE0

Tints of Wisteria #CE9BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 35.21%
G = 26.5%
B = 38.29%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE9BE0 (or 0xCE9BE0) is known color: Wisteria. HEX triplet: CE, 9B and E0. RGB value is (206,155,224). Sum of RGB (Red+Green+Blue) = 206+155+224=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE9BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BE0 is #31641F. Grayscale: #B1B1B1. Windows color (decimal): -3236896 or 14719950. OLE color: 14719950.

HSL color Cylindrical-coordinate representation of color #CE9BE0: hue angle of 284.35º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE9BE0 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 155 224 -
CMYK 0.08 0.31 0 0.12
HSL 284.35º 0.53% 0.74% -
HSV(B) 284.35º 0.31% 0.88% -
XYZ 50.63 41.95 75.95 -
YUV 178.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 206 155 224 0.08 0.31 0 0.12 284.35 0.53 0.74
Hex CE 9B E0 8 1F 0 C 11C 35 4A
Octal 316 233 340 10 37 0 14 434 65 112
Binary 11001110 10011011 11100000 1000 11111 0 1100 100011100 110101 1001010

Color Harmonies of #CE9BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BE0

Black with #CE9BE0

Text Example


Text Example

White with #CE9BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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