Html Css Color HEX #CE8AD7 Wisteria

📋 copy color: '#CE8AD7'

red 206 ◦ green 138 ◦ blue 215

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

Shades of Wisteria #CE8AD7

Tints of Wisteria #CE8AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 36.85%
G = 24.69%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8AD7 (or 0xCE8AD7) is known color: Wisteria. HEX triplet: CE, 8A and D7. RGB value is (206,138,215). Sum of RGB (Red+Green+Blue) = 206+138+215=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE8AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AD7 is #317528. Grayscale: #A6A6A6. Windows color (decimal): -3241257 or 14125774. OLE color: 14125774.

HSL color Cylindrical-coordinate representation of color #CE8AD7: hue angle of 292.99º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8AD7 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 138 215 -
CMYK 0.04 0.36 0 0.16
HSL 292.99º 0.49% 0.69% -
HSV(B) 292.99º 0.36% 0.84% -
XYZ 46.81 36.21 68.81 -
YUV 167.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 206 138 215 0.04 0.36 0 0.16 292.99 0.49 0.69
Hex CE 8A D7 4 24 0 10 125 31 45
Octal 316 212 327 4 44 0 20 445 61 105
Binary 11001110 10001010 11010111 100 100100 0 10000 100100101 110001 1000101

Color Harmonies of #CE8AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AD7

Black with #CE8AD7

Text Example


Text Example

White with #CE8AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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