Html Css Color HEX #CE96F5 Wisteria

📋 copy color: '#CE96F5'

red 206 ◦ green 150 ◦ blue 245

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

Shades of Wisteria #CE96F5

Tints of Wisteria #CE96F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.77%

R = 34.28%
G = 24.96%
B = 40.77%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE96F5 (or 0xCE96F5) is known color: Wisteria. HEX triplet: CE, 96 and F5. RGB value is (206,150,245). Sum of RGB (Red+Green+Blue) = 206+150+245=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE96F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F5 is #31690A. Grayscale: #B1B1B1. Windows color (decimal): -3238155 or 16094926. OLE color: 16094926.

HSL color Cylindrical-coordinate representation of color #CE96F5: hue angle of 275.37º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE96F5 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 150 245 -
CMYK 0.16 0.39 0 0.04
HSL 275.37º 0.83% 0.77% -
HSV(B) 275.37º 0.39% 0.96% -
XYZ 52.84 41.53 91.62 -
YUV 177.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 206 150 245 0.16 0.39 0 0.04 275.37 0.83 0.77
Hex CE 96 F5 10 27 0 4 113 53 4D
Octal 316 226 365 20 47 0 4 423 123 115
Binary 11001110 10010110 11110101 10000 100111 0 100 100010011 1010011 1001101

Color Harmonies of #CE96F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96F5

Black with #CE96F5

Text Example


Text Example

White with #CE96F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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