Html Css Color HEX #CE9EF1 Wisteria

📋 copy color: '#CE9EF1'

red 206 ◦ green 158 ◦ blue 241

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

Shades of Wisteria #CE9EF1

Tints of Wisteria #CE9EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.12%

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

R = 34.05%
G = 26.12%
B = 39.83%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE9EF1 (or 0xCE9EF1) is known color: Wisteria. HEX triplet: CE, 9E and F1. RGB value is (206,158,241). Sum of RGB (Red+Green+Blue) = 206+158+241=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EF1 is #31610E. Grayscale: #B5B5B5. Windows color (decimal): -3236111 or 15834830. OLE color: 15834830.

HSL color Cylindrical-coordinate representation of color #CE9EF1: hue angle of 274.7º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9EF1 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 158 241 -
CMYK 0.15 0.34 0 0.05
HSL 274.7º 0.75% 0.78% -
HSV(B) 274.7º 0.34% 0.95% -
XYZ 53.56 43.93 88.87 -
YUV 181.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 206 158 241 0.15 0.34 0 0.05 274.7 0.75 0.78
Hex CE 9E F1 F 22 0 5 113 4B 4E
Octal 316 236 361 17 42 0 5 423 113 116
Binary 11001110 10011110 11110001 1111 100010 0 101 100010011 1001011 1001110

Color Harmonies of #CE9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EF1

Black with #CE9EF1

Text Example


Text Example

White with #CE9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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