Html Css Color HEX #CE93DA Wisteria

📋 copy color: '#CE93DA'

red 206 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #CE93DA

Tints of Wisteria #CE93DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.74%

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

R = 36.08%
G = 25.74%
B = 38.18%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE93DA (or 0xCE93DA) is known color: Wisteria. HEX triplet: CE, 93 and DA. RGB value is (206,147,218). Sum of RGB (Red+Green+Blue) = 206+147+218=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DA is #316C25. Grayscale: #ACACAC. Windows color (decimal): -3238950 or 14324686. OLE color: 14324686.

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

Color convert

RGB 206 147 218 -
CMYK 0.06 0.33 0 0.15
HSL 289.86º 0.49% 0.72% -
HSV(B) 289.86º 0.33% 0.85% -
XYZ 48.54 39.05 71.31 -
YUV 172.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 206 147 218 0.06 0.33 0 0.15 289.86 0.49 0.72
Hex CE 93 DA 6 21 0 F 122 31 48
Octal 316 223 332 6 41 0 17 442 61 110
Binary 11001110 10010011 11011010 110 100001 0 1111 100100010 110001 1001000

Color Harmonies of #CE93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93DA

Black with #CE93DA

Text Example


Text Example

White with #CE93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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