Html Css Color HEX #CEA1E6 Wisteria

📋 copy color: '#CEA1E6'

red 206 ◦ green 161 ◦ blue 230

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

Shades of Wisteria #CEA1E6

Tints of Wisteria #CEA1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 34.51%
G = 26.97%
B = 38.53%

CMYK

 C value IS 0.10

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEA1E6 (or 0xCEA1E6) is known color: Wisteria. HEX triplet: CE, A1 and E6. RGB value is (206,161,230). Sum of RGB (Red+Green+Blue) = 206+161+230=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1E6 is #315E19. Grayscale: #B6B6B6. Windows color (decimal): -3235354 or 15114702. OLE color: 15114702.

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

Color convert

RGB 206 161 230 -
CMYK 0.10 0.3 0 0.10
HSL 279.13º 0.58% 0.77% -
HSV(B) 279.13º 0.3% 0.9% -
XYZ 52.48 44.32 80.65 -
YUV 182.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 206 161 230 0.10 0.3 0 0.10 279.13 0.58 0.77
Hex CE A1 E6 A 1E 0 A 117 3A 4D
Octal 316 241 346 12 36 0 12 427 72 115
Binary 11001110 10100001 11100110 1010 11110 0 1010 100010111 111010 1001101

Color Harmonies of #CEA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1E6

Black with #CEA1E6

Text Example


Text Example

White with #CEA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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