Html Css Color HEX #CE9DF5 Wisteria

📋 copy color: '#CE9DF5'

red 206 ◦ green 157 ◦ blue 245

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

Shades of Wisteria #CE9DF5

Tints of Wisteria #CE9DF5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.82%

 BLUE value IS 245 (96.09% from 255) = 40.3%

R = 33.88%
G = 25.82%
B = 40.3%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE9DF5 (or 0xCE9DF5) is known color: Wisteria. HEX triplet: CE, 9D and F5. RGB value is (206,157,245). Sum of RGB (Red+Green+Blue) = 206+157+245=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DF5 is #31620A. Grayscale: #B5B5B5. Windows color (decimal): -3236363 or 16096718. OLE color: 16096718.

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

Color convert

RGB 206 157 245 -
CMYK 0.16 0.36 0 0.04
HSL 273.41º 0.81% 0.79% -
HSV(B) 273.41º 0.36% 0.96% -
XYZ 53.99 43.83 92 -
YUV 181.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 206 157 245 0.16 0.36 0 0.04 273.41 0.81 0.79
Hex CE 9D F5 10 24 0 4 111 51 4F
Octal 316 235 365 20 44 0 4 421 121 117
Binary 11001110 10011101 11110101 10000 100100 0 100 100010001 1010001 1001111

Color Harmonies of #CE9DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DF5

Black with #CE9DF5

Text Example


Text Example

White with #CE9DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DF5; }

 p { color: rgb(206,157,245); }

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

background-color css

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

 a { background-color: rgb(206,157,245); }

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

border-color css

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

 span { border-color: rgb(206,157,245); }

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