Html Css Color HEX #CEA1E5 Wisteria

📋 copy color: '#CEA1E5'

red 206 ◦ green 161 ◦ blue 229

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

Shades of Wisteria #CEA1E5

Tints of Wisteria #CEA1E5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.01%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 34.56%
G = 27.01%
B = 38.42%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEA1E5 (or 0xCEA1E5) is known color: Wisteria. HEX triplet: CE, A1 and E5. RGB value is (206,161,229). Sum of RGB (Red+Green+Blue) = 206+161+229=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1E5 is #315E1A. Grayscale: #B5B5B5. Windows color (decimal): -3235355 or 15049166. OLE color: 15049166.

HSL color Cylindrical-coordinate representation of color #CEA1E5: hue angle of 279.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA1E5 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 161 229 -
CMYK 0.10 0.30 0 0.10
HSL 279.71º 0.57% 0.76% -
HSV(B) 279.71º 0.3% 0.9% -
XYZ 52.34 44.27 79.91 -
YUV 182.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 206 161 229 0.10 0.30 0 0.10 279.71 0.57 0.76
Hex CE A1 E5 A 1E 0 A 118 39 4C
Octal 316 241 345 12 36 0 12 430 71 114
Binary 11001110 10100001 11100101 1010 11110 0 1010 100011000 111001 1001100

Color Harmonies of #CEA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1E5

Black with #CEA1E5

Text Example


Text Example

White with #CEA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1E5; }

 p { color: rgb(206,161,229); }

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

background-color css

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

 a { background-color: rgb(206,161,229); }

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

border-color css

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

 span { border-color: rgb(206,161,229); }

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