Html Css Color HEX #CEA3DD Wisteria

📋 copy color: '#CEA3DD'

red 206 ◦ green 163 ◦ blue 221

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

Shades of Wisteria #CEA3DD

Tints of Wisteria #CEA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.63%

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 34.92%
G = 27.63%
B = 37.46%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA3DD (or 0xCEA3DD) is known color: Wisteria. HEX triplet: CE, A3 and DD. RGB value is (206,163,221). Sum of RGB (Red+Green+Blue) = 206+163+221=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3DD is #315C22. Grayscale: #B6B6B6. Windows color (decimal): -3234851 or 14525390. OLE color: 14525390.

HSL color Cylindrical-coordinate representation of color #CEA3DD: hue angle of 284.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA3DD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 163 221 -
CMYK 0.07 0.26 0 0.13
HSL 284.48º 0.46% 0.75% -
HSV(B) 284.48º 0.26% 0.87% -
XYZ 51.6 44.54 74.28 -
YUV 182.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 206 163 221 0.07 0.26 0 0.13 284.48 0.46 0.75
Hex CE A3 DD 7 1A 0 D 11C 2E 4B
Octal 316 243 335 7 32 0 15 434 56 113
Binary 11001110 10100011 11011101 111 11010 0 1101 100011100 101110 1001011

Color Harmonies of #CEA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA3DD

Black with #CEA3DD

Text Example


Text Example

White with #CEA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA3DD; }

 p { color: rgb(206,163,221); }

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

background-color css

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

 a { background-color: rgb(206,163,221); }

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

border-color css

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

 span { border-color: rgb(206,163,221); }

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