Html Css Color HEX #CE9FEE Wisteria

📋 copy color: '#CE9FEE'

red 206 ◦ green 159 ◦ blue 238

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

Shades of Wisteria #CE9FEE

Tints of Wisteria #CE9FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.37%

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

R = 34.16%
G = 26.37%
B = 39.47%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9FEE (or 0xCE9FEE) is known color: Wisteria. HEX triplet: CE, 9F and EE. RGB value is (206,159,238). Sum of RGB (Red+Green+Blue) = 206+159+238=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FEE is #316011. Grayscale: #B5B5B5. Windows color (decimal): -3235858 or 15638478. OLE color: 15638478.

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

Color convert

RGB 206 159 238 -
CMYK 0.13 0.33 0 0.07
HSL 275.7º 0.7% 0.78% -
HSV(B) 275.7º 0.33% 0.93% -
XYZ 53.28 44.09 86.59 -
YUV 182.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 206 159 238 0.13 0.33 0 0.07 275.7 0.7 0.78
Hex CE 9F EE D 21 0 7 114 46 4E
Octal 316 237 356 15 41 0 7 424 106 116
Binary 11001110 10011111 11101110 1101 100001 0 111 100010100 1000110 1001110

Color Harmonies of #CE9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FEE

Black with #CE9FEE

Text Example


Text Example

White with #CE9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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