Html Css Color HEX #CE86E1 Wisteria

📋 copy color: '#CE86E1'

red 206 ◦ green 134 ◦ blue 225

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

Shades of Wisteria #CE86E1

Tints of Wisteria #CE86E1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.72%

 BLUE value IS 225 (88.28% from 255) = 39.82%

R = 36.46%
G = 23.72%
B = 39.82%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE86E1 (or 0xCE86E1) is known color: Wisteria. HEX triplet: CE, 86 and E1. RGB value is (206,134,225). Sum of RGB (Red+Green+Blue) = 206+134+225=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86E1 is #31791E. Grayscale: #A5A5A5. Windows color (decimal): -3242271 or 14780110. OLE color: 14780110.

HSL color Cylindrical-coordinate representation of color #CE86E1: hue angle of 287.47º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE86E1 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 134 225 -
CMYK 0.08 0.40 0 0.12
HSL 287.47º 0.6% 0.7% -
HSV(B) 287.47º 0.4% 0.88% -
XYZ 47.57 35.61 75.6 -
YUV 165.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 206 134 225 0.08 0.40 0 0.12 287.47 0.6 0.7
Hex CE 86 E1 8 28 0 C 11F 3C 46
Octal 316 206 341 10 50 0 14 437 74 106
Binary 11001110 10000110 11100001 1000 101000 0 1100 100011111 111100 1000110

Color Harmonies of #CE86E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86E1

Black with #CE86E1

Text Example


Text Example

White with #CE86E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86E1; }

 p { color: rgb(206,134,225); }

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

background-color css

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

 a { background-color: rgb(206,134,225); }

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

border-color css

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

 span { border-color: rgb(206,134,225); }

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