Html Css Color HEX #CE96F3 Wisteria

📋 copy color: '#CE96F3'

red 206 ◦ green 150 ◦ blue 243

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

Shades of Wisteria #CE96F3

Tints of Wisteria #CE96F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.57%

R = 34.39%
G = 25.04%
B = 40.57%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE96F3 (or 0xCE96F3) is known color: Wisteria. HEX triplet: CE, 96 and F3. RGB value is (206,150,243). Sum of RGB (Red+Green+Blue) = 206+150+243=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE96F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F3 is #31690C. Grayscale: #B1B1B1. Windows color (decimal): -3238157 or 15963854. OLE color: 15963854.

HSL color Cylindrical-coordinate representation of color #CE96F3: hue angle of 276.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE96F3 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 150 243 -
CMYK 0.15 0.38 0 0.05
HSL 276.13º 0.79% 0.77% -
HSV(B) 276.13º 0.38% 0.95% -
XYZ 52.54 41.41 90.02 -
YUV 177.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 206 150 243 0.15 0.38 0 0.05 276.13 0.79 0.77
Hex CE 96 F3 F 26 0 5 114 4F 4D
Octal 316 226 363 17 46 0 5 424 117 115
Binary 11001110 10010110 11110011 1111 100110 0 101 100010100 1001111 1001101

Color Harmonies of #CE96F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96F3

Black with #CE96F3

Text Example


Text Example

White with #CE96F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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