Html Css Color HEX #CE94F8 Wisteria

📋 copy color: '#CE94F8'

red 206 ◦ green 148 ◦ blue 248

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

Shades of Wisteria #CE94F8

Tints of Wisteria #CE94F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.2%

R = 34.22%
G = 24.58%
B = 41.2%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE94F8 (or 0xCE94F8) is known color: Wisteria. HEX triplet: CE, 94 and F8. RGB value is (206,148,248). Sum of RGB (Red+Green+Blue) = 206+148+248=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE94F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94F8 is #316B07. Grayscale: #B0B0B0. Windows color (decimal): -3238664 or 16291022. OLE color: 16291022.

HSL color Cylindrical-coordinate representation of color #CE94F8: hue angle of 274.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE94F8 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 148 248 -
CMYK 0.17 0.40 0 0.03
HSL 274.8º 0.88% 0.78% -
HSV(B) 274.8º 0.4% 0.97% -
XYZ 52.99 41.08 93.94 -
YUV 176.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 206 148 248 0.17 0.40 0 0.03 274.8 0.88 0.78
Hex CE 94 F8 11 28 0 3 113 58 4E
Octal 316 224 370 21 50 0 3 423 130 116
Binary 11001110 10010100 11111000 10001 101000 0 11 100010011 1011000 1001110

Color Harmonies of #CE94F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94F8

Black with #CE94F8

Text Example


Text Example

White with #CE94F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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