Html Css Color HEX #CE96ED Wisteria

📋 copy color: '#CE96ED'

red 206 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #CE96ED

Tints of Wisteria #CE96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 34.74%
G = 25.3%
B = 39.97%

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

#CE96ED (or 0xCE96ED) is known color: Wisteria. HEX triplet: CE, 96 and ED. RGB value is (206,150,237). Sum of RGB (Red+Green+Blue) = 206+150+237=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96ED is #316912. Grayscale: #B0B0B0. Windows color (decimal): -3238163 or 15570638. OLE color: 15570638.

HSL color Cylindrical-coordinate representation of color #CE96ED: hue angle of 278.62º degrees, saturation: 0.71, 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 #CE96ED is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 150 237 -
CMYK 0.13 0.37 0 0.07
HSL 278.62º 0.71% 0.76% -
HSV(B) 278.62º 0.37% 0.93% -
XYZ 51.65 41.05 85.32 -
YUV 176.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 206 150 237 0.13 0.37 0 0.07 278.62 0.71 0.76
Hex CE 96 ED D 25 0 7 117 47 4C
Octal 316 226 355 15 45 0 7 427 107 114
Binary 11001110 10010110 11101101 1101 100101 0 111 100010111 1000111 1001100

Color Harmonies of #CE96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96ED

Black with #CE96ED

Text Example


Text Example

White with #CE96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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