Html Css Color HEX #CE96F1 Wisteria

📋 copy color: '#CE96F1'

red 206 ◦ green 150 ◦ blue 241

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

Shades of Wisteria #CE96F1

Tints of Wisteria #CE96F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 34.51%
G = 25.13%
B = 40.37%

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

#CE96F1 (or 0xCE96F1) is known color: Wisteria. HEX triplet: CE, 96 and F1. RGB value is (206,150,241). Sum of RGB (Red+Green+Blue) = 206+150+241=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE96F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F1 is #31690E. Grayscale: #B0B0B0. Windows color (decimal): -3238159 or 15832782. OLE color: 15832782.

HSL color Cylindrical-coordinate representation of color #CE96F1: hue angle of 276.92º degrees, saturation: 0.76, 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 #CE96F1 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 150 241 -
CMYK 0.15 0.38 0 0.05
HSL 276.92º 0.76% 0.77% -
HSV(B) 276.92º 0.38% 0.95% -
XYZ 52.24 41.29 88.43 -
YUV 177.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 206 150 241 0.15 0.38 0 0.05 276.92 0.76 0.77
Hex CE 96 F1 F 26 0 5 115 4C 4D
Octal 316 226 361 17 46 0 5 425 114 115
Binary 11001110 10010110 11110001 1111 100110 0 101 100010101 1001100 1001101

Color Harmonies of #CE96F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96F1

Black with #CE96F1

Text Example


Text Example

White with #CE96F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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