Html Css Color HEX #CE8BEF Wisteria

📋 copy color: '#CE8BEF'

red 206 ◦ green 139 ◦ blue 239

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

Shades of Wisteria #CE8BEF

Tints of Wisteria #CE8BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 35.27%
G = 23.8%
B = 40.92%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE8BEF (or 0xCE8BEF) is known color: Wisteria. HEX triplet: CE, 8B and EF. RGB value is (206,139,239). Sum of RGB (Red+Green+Blue) = 206+139+239=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BEF is #317410. Grayscale: #AAAAAA. Windows color (decimal): -3240977 or 15698894. OLE color: 15698894.

HSL color Cylindrical-coordinate representation of color #CE8BEF: hue angle of 280.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8BEF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 139 239 -
CMYK 0.14 0.42 0 0.06
HSL 280.2º 0.76% 0.74% -
HSV(B) 280.2º 0.42% 0.94% -
XYZ 50.27 37.82 86.31 -
YUV 170.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 206 139 239 0.14 0.42 0 0.06 280.2 0.76 0.74
Hex CE 8B EF E 2A 0 6 118 4C 4A
Octal 316 213 357 16 52 0 6 430 114 112
Binary 11001110 10001011 11101111 1110 101010 0 110 100011000 1001100 1001010

Color Harmonies of #CE8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BEF

Black with #CE8BEF

Text Example


Text Example

White with #CE8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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