Html Css Color HEX #CE94F5 Wisteria

📋 copy color: '#CE94F5'

red 206 ◦ green 148 ◦ blue 245

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

Shades of Wisteria #CE94F5

Tints of Wisteria #CE94F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.9%

R = 34.39%
G = 24.71%
B = 40.9%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE94F5 (or 0xCE94F5) is known color: Wisteria. HEX triplet: CE, 94 and F5. RGB value is (206,148,245). Sum of RGB (Red+Green+Blue) = 206+148+245=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE94F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94F5 is #316B0A. Grayscale: #B0B0B0. Windows color (decimal): -3238667 or 16094414. OLE color: 16094414.

HSL color Cylindrical-coordinate representation of color #CE94F5: hue angle of 275.88º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE94F5 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 148 245 -
CMYK 0.16 0.40 0 0.04
HSL 275.88º 0.83% 0.77% -
HSV(B) 275.88º 0.4% 0.96% -
XYZ 52.52 40.89 91.51 -
YUV 176.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 206 148 245 0.16 0.40 0 0.04 275.88 0.83 0.77
Hex CE 94 F5 10 28 0 4 114 53 4D
Octal 316 224 365 20 50 0 4 424 123 115
Binary 11001110 10010100 11110101 10000 101000 0 100 100010100 1010011 1001101

Color Harmonies of #CE94F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94F5

Black with #CE94F5

Text Example


Text Example

White with #CE94F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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