Html Css Color HEX #CE8FEC Wisteria

📋 copy color: '#CE8FEC'

red 206 ◦ green 143 ◦ blue 236

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

Shades of Wisteria #CE8FEC

Tints of Wisteria #CE8FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 35.21%
G = 24.44%
B = 40.34%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE8FEC (or 0xCE8FEC) is known color: Wisteria. HEX triplet: CE, 8F and EC. RGB value is (206,143,236). Sum of RGB (Red+Green+Blue) = 206+143+236=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FEC is #317013. Grayscale: #ACACAC. Windows color (decimal): -3239956 or 15503310. OLE color: 15503310.

HSL color Cylindrical-coordinate representation of color #CE8FEC: hue angle of 280.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8FEC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 143 236 -
CMYK 0.13 0.39 0 0.07
HSL 280.65º 0.71% 0.74% -
HSV(B) 280.65º 0.39% 0.93% -
XYZ 50.42 38.82 84.19 -
YUV 172.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 206 143 236 0.13 0.39 0 0.07 280.65 0.71 0.74
Hex CE 8F EC D 27 0 7 119 47 4A
Octal 316 217 354 15 47 0 7 431 107 112
Binary 11001110 10001111 11101100 1101 100111 0 111 100011001 1000111 1001010

Color Harmonies of #CE8FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FEC

Black with #CE8FEC

Text Example


Text Example

White with #CE8FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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