Html Css Color HEX #CE8FEF Wisteria

📋 copy color: '#CE8FEF'

red 206 ◦ green 143 ◦ blue 239

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

Shades of Wisteria #CE8FEF

Tints of Wisteria #CE8FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.32%

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

R = 35.03%
G = 24.32%
B = 40.65%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE8FEF (or 0xCE8FEF) is known color: Wisteria. HEX triplet: CE, 8F and EF. RGB value is (206,143,239). Sum of RGB (Red+Green+Blue) = 206+143+239=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FEF is #317010. Grayscale: #ACACAC. Windows color (decimal): -3239953 or 15699918. OLE color: 15699918.

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

Color convert

RGB 206 143 239 -
CMYK 0.14 0.40 0 0.06
HSL 279.38º 0.75% 0.75% -
HSV(B) 279.38º 0.4% 0.94% -
XYZ 50.86 39 86.51 -
YUV 172.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 206 143 239 0.14 0.40 0 0.06 279.38 0.75 0.75
Hex CE 8F EF E 28 0 6 117 4B 4B
Octal 316 217 357 16 50 0 6 427 113 113
Binary 11001110 10001111 11101111 1110 101000 0 110 100010111 1001011 1001011

Color Harmonies of #CE8FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FEF

Black with #CE8FEF

Text Example


Text Example

White with #CE8FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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