Html Css Color HEX #CEA6DA Wisteria

📋 copy color: '#CEA6DA'

red 206 ◦ green 166 ◦ blue 218

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

Shades of Wisteria #CEA6DA

Tints of Wisteria #CEA6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 34.92%
G = 28.14%
B = 36.95%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEA6DA (or 0xCEA6DA) is known color: Wisteria. HEX triplet: CE, A6 and DA. RGB value is (206,166,218). Sum of RGB (Red+Green+Blue) = 206+166+218=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6DA is #315925. Grayscale: #B7B7B7. Windows color (decimal): -3234086 or 14329550. OLE color: 14329550.

HSL color Cylindrical-coordinate representation of color #CEA6DA: hue angle of 286.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA6DA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 166 218 -
CMYK 0.06 0.24 0 0.15
HSL 286.15º 0.41% 0.75% -
HSV(B) 286.15º 0.24% 0.85% -
XYZ 51.74 45.46 72.38 -
YUV 183.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 206 166 218 0.06 0.24 0 0.15 286.15 0.41 0.75
Hex CE A6 DA 6 18 0 F 11E 29 4B
Octal 316 246 332 6 30 0 17 436 51 113
Binary 11001110 10100110 11011010 110 11000 0 1111 100011110 101001 1001011

Color Harmonies of #CEA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6DA

Black with #CEA6DA

Text Example


Text Example

White with #CEA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6DA; }

 p { color: rgb(206,166,218); }

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

background-color css

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

 a { background-color: rgb(206,166,218); }

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

border-color css

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

 span { border-color: rgb(206,166,218); }

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