Html Css Color HEX #CE8FDC Wisteria

📋 copy color: '#CE8FDC'

red 206 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #CE8FDC

Tints of Wisteria #CE8FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 36.2%
G = 25.13%
B = 38.66%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8FDC (or 0xCE8FDC) is known color: Wisteria. HEX triplet: CE, 8F and DC. RGB value is (206,143,220). Sum of RGB (Red+Green+Blue) = 206+143+220=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FDC is #317023. Grayscale: #AAAAAA. Windows color (decimal): -3239972 or 14454734. OLE color: 14454734.

HSL color Cylindrical-coordinate representation of color #CE8FDC: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8FDC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 143 220 -
CMYK 0.06 0.35 0 0.14
HSL 289.09º 0.52% 0.71% -
HSV(B) 289.09º 0.35% 0.86% -
XYZ 48.19 37.93 72.49 -
YUV 170.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 206 143 220 0.06 0.35 0 0.14 289.09 0.52 0.71
Hex CE 8F DC 6 23 0 E 121 34 47
Octal 316 217 334 6 43 0 16 441 64 107
Binary 11001110 10001111 11011100 110 100011 0 1110 100100001 110100 1000111

Color Harmonies of #CE8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FDC

Black with #CE8FDC

Text Example


Text Example

White with #CE8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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