Html Css Color HEX #CE96F2 Wisteria

📋 copy color: '#CE96F2'

red 206 ◦ green 150 ◦ blue 242

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

Shades of Wisteria #CE96F2

Tints of Wisteria #CE96F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.47%

R = 34.45%
G = 25.08%
B = 40.47%

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

#CE96F2 (or 0xCE96F2) is known color: Wisteria. HEX triplet: CE, 96 and F2. RGB value is (206,150,242). Sum of RGB (Red+Green+Blue) = 206+150+242=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE96F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F2 is #31690D. Grayscale: #B0B0B0. Windows color (decimal): -3238158 or 15898318. OLE color: 15898318.

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

Color convert

RGB 206 150 242 -
CMYK 0.15 0.38 0 0.05
HSL 276.52º 0.78% 0.77% -
HSV(B) 276.52º 0.38% 0.95% -
XYZ 52.39 41.35 89.22 -
YUV 177.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 206 150 242 0.15 0.38 0 0.05 276.52 0.78 0.77
Hex CE 96 F2 F 26 0 5 115 4E 4D
Octal 316 226 362 17 46 0 5 425 116 115
Binary 11001110 10010110 11110010 1111 100110 0 101 100010101 1001110 1001101

Color Harmonies of #CE96F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96F2

Black with #CE96F2

Text Example


Text Example

White with #CE96F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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