Html Css Color HEX #CE96EF Wisteria

📋 copy color: '#CE96EF'

red 206 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #CE96EF

Tints of Wisteria #CE96EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 34.62%
G = 25.21%
B = 40.17%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE96EF (or 0xCE96EF) is known color: Wisteria. HEX triplet: CE, 96 and EF. RGB value is (206,150,239). Sum of RGB (Red+Green+Blue) = 206+150+239=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96EF is #316910. Grayscale: #B0B0B0. Windows color (decimal): -3238161 or 15701710. OLE color: 15701710.

HSL color Cylindrical-coordinate representation of color #CE96EF: hue angle of 277.75º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE96EF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 150 239 -
CMYK 0.14 0.37 0 0.06
HSL 277.75º 0.74% 0.76% -
HSV(B) 277.75º 0.37% 0.94% -
XYZ 51.94 41.17 86.87 -
YUV 176.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 206 150 239 0.14 0.37 0 0.06 277.75 0.74 0.76
Hex CE 96 EF E 25 0 6 116 4A 4C
Octal 316 226 357 16 45 0 6 426 112 114
Binary 11001110 10010110 11101111 1110 100101 0 110 100010110 1001010 1001100

Color Harmonies of #CE96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96EF

Black with #CE96EF

Text Example


Text Example

White with #CE96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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