Html Css Color HEX #CE9BF1 Wisteria

📋 copy color: '#CE9BF1'

red 206 ◦ green 155 ◦ blue 241

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

Shades of Wisteria #CE9BF1

Tints of Wisteria #CE9BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.75%

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

R = 34.22%
G = 25.75%
B = 40.03%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE9BF1 (or 0xCE9BF1) is known color: Wisteria. HEX triplet: CE, 9B and F1. RGB value is (206,155,241). Sum of RGB (Red+Green+Blue) = 206+155+241=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF1 is #31640E. Grayscale: #B3B3B3. Windows color (decimal): -3236879 or 15834062. OLE color: 15834062.

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

Color convert

RGB 206 155 241 -
CMYK 0.15 0.36 0 0.05
HSL 275.58º 0.75% 0.78% -
HSV(B) 275.58º 0.36% 0.95% -
XYZ 53.05 42.92 88.71 -
YUV 180.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 206 155 241 0.15 0.36 0 0.05 275.58 0.75 0.78
Hex CE 9B F1 F 24 0 5 114 4B 4E
Octal 316 233 361 17 44 0 5 424 113 116
Binary 11001110 10011011 11110001 1111 100100 0 101 100010100 1001011 1001110

Color Harmonies of #CE9BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BF1

Black with #CE9BF1

Text Example


Text Example

White with #CE9BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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