Html Css Color HEX #CE93F2 Wisteria

📋 copy color: '#CE93F2'

red 206 ◦ green 147 ◦ blue 242

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

Shades of Wisteria #CE93F2

Tints of Wisteria #CE93F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 34.62%
G = 24.71%
B = 40.67%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE93F2 (or 0xCE93F2) is known color: Wisteria. HEX triplet: CE, 93 and F2. RGB value is (206,147,242). Sum of RGB (Red+Green+Blue) = 206+147+242=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93F2 is #316C0D. Grayscale: #AFAFAF. Windows color (decimal): -3238926 or 15897550. OLE color: 15897550.

HSL color Cylindrical-coordinate representation of color #CE93F2: hue angle of 277.26º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE93F2 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 147 242 -
CMYK 0.15 0.39 0 0.05
HSL 277.26º 0.79% 0.76% -
HSV(B) 277.26º 0.39% 0.95% -
XYZ 51.91 40.4 89.07 -
YUV 175.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 206 147 242 0.15 0.39 0 0.05 277.26 0.79 0.76
Hex CE 93 F2 F 27 0 5 115 4F 4C
Octal 316 223 362 17 47 0 5 425 117 114
Binary 11001110 10010011 11110010 1111 100111 0 101 100010101 1001111 1001100

Color Harmonies of #CE93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93F2

Black with #CE93F2

Text Example


Text Example

White with #CE93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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