Html Css Color HEX #CE8EEE Wisteria

📋 copy color: '#CE8EEE'

red 206 ◦ green 142 ◦ blue 238

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

Shades of Wisteria #CE8EEE

Tints of Wisteria #CE8EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.23%

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 35.15%
G = 24.23%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE8EEE (or 0xCE8EEE) is known color: Wisteria. HEX triplet: CE, 8E and EE. RGB value is (206,142,238). Sum of RGB (Red+Green+Blue) = 206+142+238=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EEE is #317111. Grayscale: #ABABAB. Windows color (decimal): -3240210 or 15634126. OLE color: 15634126.

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

Color convert

RGB 206 142 238 -
CMYK 0.13 0.40 0 0.07
HSL 280º 0.74% 0.75% -
HSV(B) 280º 0.4% 0.93% -
XYZ 50.56 38.64 85.68 -
YUV 172.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 206 142 238 0.13 0.40 0 0.07 280 0.74 0.75
Hex CE 8E EE D 28 0 7 118 4A 4B
Octal 316 216 356 15 50 0 7 430 112 113
Binary 11001110 10001110 11101110 1101 101000 0 111 100011000 1001010 1001011

Color Harmonies of #CE8EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EEE

Black with #CE8EEE

Text Example


Text Example

White with #CE8EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EEE; }

 p { color: rgb(206,142,238); }

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

background-color css

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

 a { background-color: rgb(206,142,238); }

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

border-color css

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

 span { border-color: rgb(206,142,238); }

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