Html Css Color HEX #CE96EE Wisteria

📋 copy color: '#CE96EE'

red 206 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #CE96EE

Tints of Wisteria #CE96EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.25%

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

R = 34.68%
G = 25.25%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE96EE (or 0xCE96EE) is known color: Wisteria. HEX triplet: CE, 96 and EE. RGB value is (206,150,238). Sum of RGB (Red+Green+Blue) = 206+150+238=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96EE is #316911. Grayscale: #B0B0B0. Windows color (decimal): -3238162 or 15636174. OLE color: 15636174.

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

Color convert

RGB 206 150 238 -
CMYK 0.13 0.37 0 0.07
HSL 278.18º 0.72% 0.76% -
HSV(B) 278.18º 0.37% 0.93% -
XYZ 51.79 41.11 86.09 -
YUV 176.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 206 150 238 0.13 0.37 0 0.07 278.18 0.72 0.76
Hex CE 96 EE D 25 0 7 116 48 4C
Octal 316 226 356 15 45 0 7 426 110 114
Binary 11001110 10010110 11101110 1101 100101 0 111 100010110 1001000 1001100

Color Harmonies of #CE96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96EE

Black with #CE96EE

Text Example


Text Example

White with #CE96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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