Html Css Color HEX #CE96F0 Wisteria

📋 copy color: '#CE96F0'

red 206 ◦ green 150 ◦ blue 240

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

Shades of Wisteria #CE96F0

Tints of Wisteria #CE96F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.27%

R = 34.56%
G = 25.17%
B = 40.27%

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

#CE96F0 (or 0xCE96F0) is known color: Wisteria. HEX triplet: CE, 96 and F0. RGB value is (206,150,240). Sum of RGB (Red+Green+Blue) = 206+150+240=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F0 is #31690F. Grayscale: #B0B0B0. Windows color (decimal): -3238160 or 15767246. OLE color: 15767246.

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

Color convert

RGB 206 150 240 -
CMYK 0.14 0.37 0 0.06
HSL 277.33º 0.75% 0.76% -
HSV(B) 277.33º 0.38% 0.94% -
XYZ 52.09 41.23 87.65 -
YUV 177 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 206 150 240 0.14 0.37 0 0.06 277.33 0.75 0.76
Hex CE 96 F0 E 25 0 6 115 4B 4C
Octal 316 226 360 16 45 0 6 425 113 114
Binary 11001110 10010110 11110000 1110 100101 0 110 100010101 1001011 1001100

Color Harmonies of #CE96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96F0

Black with #CE96F0

Text Example


Text Example

White with #CE96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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