Html Css Color HEX #CE8AD8 Wisteria

📋 copy color: '#CE8AD8'

red 206 ◦ green 138 ◦ blue 216

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

Shades of Wisteria #CE8AD8

Tints of Wisteria #CE8AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.64%

 BLUE value IS 216 (84.77% from 255) = 38.57%

R = 36.79%
G = 24.64%
B = 38.57%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE8AD8 (or 0xCE8AD8) is known color: Wisteria. HEX triplet: CE, 8A and D8. RGB value is (206,138,216). Sum of RGB (Red+Green+Blue) = 206+138+216=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE8AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AD8 is #317527. Grayscale: #A6A6A6. Windows color (decimal): -3241256 or 14191310. OLE color: 14191310.

HSL color Cylindrical-coordinate representation of color #CE8AD8: hue angle of 292.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8AD8 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 138 216 -
CMYK 0.05 0.36 0 0.15
HSL 292.31º 0.5% 0.69% -
HSV(B) 292.31º 0.36% 0.85% -
XYZ 46.94 36.26 69.49 -
YUV 167.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 206 138 216 0.05 0.36 0 0.15 292.31 0.5 0.69
Hex CE 8A D8 5 24 0 F 124 32 45
Octal 316 212 330 5 44 0 17 444 62 105
Binary 11001110 10001010 11011000 101 100100 0 1111 100100100 110010 1000101

Color Harmonies of #CE8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AD8

Black with #CE8AD8

Text Example


Text Example

White with #CE8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AD8; }

 p { color: rgb(206,138,216); }

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

background-color css

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

 a { background-color: rgb(206,138,216); }

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

border-color css

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

 span { border-color: rgb(206,138,216); }

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