Html Css Color HEX #CE8FF6 Wisteria

📋 copy color: '#CE8FF6'

red 206 ◦ green 143 ◦ blue 246

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

Shades of Wisteria #CE8FF6

Tints of Wisteria #CE8FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.34%

R = 34.62%
G = 24.03%
B = 41.34%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE8FF6 (or 0xCE8FF6) is known color: Wisteria. HEX triplet: CE, 8F and F6. RGB value is (206,143,246). Sum of RGB (Red+Green+Blue) = 206+143+246=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE8FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FF6 is #317009. Grayscale: #ADADAD. Windows color (decimal): -3239946 or 16158670. OLE color: 16158670.

HSL color Cylindrical-coordinate representation of color #CE8FF6: hue angle of 276.7º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8FF6 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 143 246 -
CMYK 0.16 0.42 0 0.04
HSL 276.7º 0.85% 0.76% -
HSV(B) 276.7º 0.42% 0.96% -
XYZ 51.91 39.42 92.06 -
YUV 173.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 206 143 246 0.16 0.42 0 0.04 276.7 0.85 0.76
Hex CE 8F F6 10 2A 0 4 115 55 4C
Octal 316 217 366 20 52 0 4 425 125 114
Binary 11001110 10001111 11110110 10000 101010 0 100 100010101 1010101 1001100

Color Harmonies of #CE8FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FF6

Black with #CE8FF6

Text Example


Text Example

White with #CE8FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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