Html Css Color HEX #CE8FD6 Wisteria

📋 copy color: '#CE8FD6'

red 206 ◦ green 143 ◦ blue 214

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

Shades of Wisteria #CE8FD6

Tints of Wisteria #CE8FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.01%

R = 36.59%
G = 25.4%
B = 38.01%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8FD6 (or 0xCE8FD6) is known color: Wisteria. HEX triplet: CE, 8F and D6. RGB value is (206,143,214). Sum of RGB (Red+Green+Blue) = 206+143+214=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FD6 is #317029. Grayscale: #A9A9A9. Windows color (decimal): -3239978 or 14061518. OLE color: 14061518.

HSL color Cylindrical-coordinate representation of color #CE8FD6: hue angle of 293.24º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8FD6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 143 214 -
CMYK 0.04 0.33 0 0.16
HSL 293.24º 0.46% 0.7% -
HSV(B) 293.24º 0.33% 0.84% -
XYZ 47.41 37.62 68.38 -
YUV 169.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 206 143 214 0.04 0.33 0 0.16 293.24 0.46 0.7
Hex CE 8F D6 4 21 0 10 125 2E 46
Octal 316 217 326 4 41 0 20 445 56 106
Binary 11001110 10001111 11010110 100 100001 0 10000 100100101 101110 1000110

Color Harmonies of #CE8FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FD6

Black with #CE8FD6

Text Example


Text Example

White with #CE8FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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