Html Css Color HEX #CE9EF4 Wisteria

📋 copy color: '#CE9EF4'

red 206 ◦ green 158 ◦ blue 244

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

Shades of Wisteria #CE9EF4

Tints of Wisteria #CE9EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.13%

R = 33.88%
G = 25.99%
B = 40.13%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE9EF4 (or 0xCE9EF4) is known color: Wisteria. HEX triplet: CE, 9E and F4. RGB value is (206,158,244). Sum of RGB (Red+Green+Blue) = 206+158+244=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE9EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EF4 is #31610B. Grayscale: #B5B5B5. Windows color (decimal): -3236108 or 16031438. OLE color: 16031438.

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

Color convert

RGB 206 158 244 -
CMYK 0.16 0.35 0 0.04
HSL 273.49º 0.8% 0.79% -
HSV(B) 273.49º 0.35% 0.96% -
XYZ 54.01 44.11 91.25 -
YUV 182.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 206 158 244 0.16 0.35 0 0.04 273.49 0.8 0.79
Hex CE 9E F4 10 23 0 4 111 50 4F
Octal 316 236 364 20 43 0 4 421 120 117
Binary 11001110 10011110 11110100 10000 100011 0 100 100010001 1010000 1001111

Color Harmonies of #CE9EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EF4

Black with #CE9EF4

Text Example


Text Example

White with #CE9EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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