Html Css Color HEX #CE93F9 Wisteria

📋 copy color: '#CE93F9'

red 206 ◦ green 147 ◦ blue 249

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

Shades of Wisteria #CE93F9

Tints of Wisteria #CE93F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.36%

R = 34.22%
G = 24.42%
B = 41.36%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE93F9 (or 0xCE93F9) is known color: Wisteria. HEX triplet: CE, 93 and F9. RGB value is (206,147,249). Sum of RGB (Red+Green+Blue) = 206+147+249=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93F9 is #316C06. Grayscale: #AFAFAF. Windows color (decimal): -3238919 or 16356302. OLE color: 16356302.

HSL color Cylindrical-coordinate representation of color #CE93F9: hue angle of 274.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE93F9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 147 249 -
CMYK 0.17 0.41 0 0.02
HSL 274.71º 0.89% 0.78% -
HSV(B) 274.71º 0.41% 0.98% -
XYZ 52.99 40.83 94.71 -
YUV 176.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 206 147 249 0.17 0.41 0 0.02 274.71 0.89 0.78
Hex CE 93 F9 11 29 0 2 113 59 4E
Octal 316 223 371 21 51 0 2 423 131 116
Binary 11001110 10010011 11111001 10001 101001 0 10 100010011 1011001 1001110

Color Harmonies of #CE93F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93F9

Black with #CE93F9

Text Example


Text Example

White with #CE93F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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