Html Css Color HEX #CE9EF2 Wisteria

📋 copy color: '#CE9EF2'

red 206 ◦ green 158 ◦ blue 242

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

Shades of Wisteria #CE9EF2

Tints of Wisteria #CE9EF2

RGB

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

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

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

R = 33.99%
G = 26.07%
B = 39.93%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE9EF2 (or 0xCE9EF2) is known color: Wisteria. HEX triplet: CE, 9E and F2. RGB value is (206,158,242). Sum of RGB (Red+Green+Blue) = 206+158+242=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EF2 is #31610D. Grayscale: #B5B5B5. Windows color (decimal): -3236110 or 15900366. OLE color: 15900366.

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

Color convert

RGB 206 158 242 -
CMYK 0.15 0.35 0 0.05
HSL 274.29º 0.76% 0.78% -
HSV(B) 274.29º 0.35% 0.95% -
XYZ 53.71 43.99 89.66 -
YUV 181.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 206 158 242 0.15 0.35 0 0.05 274.29 0.76 0.78
Hex CE 9E F2 F 23 0 5 112 4C 4E
Octal 316 236 362 17 43 0 5 422 114 116
Binary 11001110 10011110 11110010 1111 100011 0 101 100010010 1001100 1001110

Color Harmonies of #CE9EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EF2

Black with #CE9EF2

Text Example


Text Example

White with #CE9EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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