Html Css Color HEX #CE8BDE Wisteria

📋 copy color: '#CE8BDE'

red 206 ◦ green 139 ◦ blue 222

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

Shades of Wisteria #CE8BDE

Tints of Wisteria #CE8BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.51%

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 36.33%
G = 24.51%
B = 39.15%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE8BDE (or 0xCE8BDE) is known color: Wisteria. HEX triplet: CE, 8B and DE. RGB value is (206,139,222). Sum of RGB (Red+Green+Blue) = 206+139+222=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BDE is #317421. Grayscale: #A8A8A8. Windows color (decimal): -3240994 or 14584782. OLE color: 14584782.

HSL color Cylindrical-coordinate representation of color #CE8BDE: hue angle of 288.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8BDE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 139 222 -
CMYK 0.07 0.37 0 0.13
HSL 288.43º 0.56% 0.71% -
HSV(B) 288.43º 0.37% 0.87% -
XYZ 47.87 36.86 73.7 -
YUV 168.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 206 139 222 0.07 0.37 0 0.13 288.43 0.56 0.71
Hex CE 8B DE 7 25 0 D 120 38 47
Octal 316 213 336 7 45 0 15 440 70 107
Binary 11001110 10001011 11011110 111 100101 0 1101 100100000 111000 1000111

Color Harmonies of #CE8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BDE

Black with #CE8BDE

Text Example


Text Example

White with #CE8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BDE; }

 p { color: rgb(206,139,222); }

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

background-color css

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

 a { background-color: rgb(206,139,222); }

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

border-color css

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

 span { border-color: rgb(206,139,222); }

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