Html Css Color HEX #CE94F1 Wisteria

📋 copy color: '#CE94F1'

red 206 ◦ green 148 ◦ blue 241

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

Shades of Wisteria #CE94F1

Tints of Wisteria #CE94F1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.87%

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 34.62%
G = 24.87%
B = 40.5%

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

#CE94F1 (or 0xCE94F1) is known color: Wisteria. HEX triplet: CE, 94 and F1. RGB value is (206,148,241). Sum of RGB (Red+Green+Blue) = 206+148+241=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94F1 is #316B0E. Grayscale: #AFAFAF. Windows color (decimal): -3238671 or 15832270. OLE color: 15832270.

HSL color Cylindrical-coordinate representation of color #CE94F1: hue angle of 277.42º degrees, saturation: 0.77, 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 #CE94F1 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 148 241 -
CMYK 0.15 0.39 0 0.05
HSL 277.42º 0.77% 0.76% -
HSV(B) 277.42º 0.39% 0.95% -
XYZ 51.92 40.65 88.33 -
YUV 175.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 206 148 241 0.15 0.39 0 0.05 277.42 0.77 0.76
Hex CE 94 F1 F 27 0 5 115 4D 4C
Octal 316 224 361 17 47 0 5 425 115 114
Binary 11001110 10010100 11110001 1111 100111 0 101 100010101 1001101 1001100

Color Harmonies of #CE94F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94F1

Black with #CE94F1

Text Example


Text Example

White with #CE94F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94F1; }

 p { color: rgb(206,148,241); }

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

background-color css

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

 a { background-color: rgb(206,148,241); }

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

border-color css

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

 span { border-color: rgb(206,148,241); }

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