Html Css Color HEX #CE94F7 Wisteria

📋 copy color: '#CE94F7'

red 206 ◦ green 148 ◦ blue 247

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

Shades of Wisteria #CE94F7

Tints of Wisteria #CE94F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.1%

R = 34.28%
G = 24.63%
B = 41.1%

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

#CE94F7 (or 0xCE94F7) is known color: Wisteria. HEX triplet: CE, 94 and F7. RGB value is (206,148,247). Sum of RGB (Red+Green+Blue) = 206+148+247=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE94F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94F7 is #316B08. Grayscale: #B0B0B0. Windows color (decimal): -3238665 or 16225486. OLE color: 16225486.

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

Color convert

RGB 206 148 247 -
CMYK 0.17 0.40 0 0.03
HSL 275.15º 0.86% 0.77% -
HSV(B) 275.15º 0.4% 0.97% -
XYZ 52.83 41.02 93.13 -
YUV 176.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 206 148 247 0.17 0.40 0 0.03 275.15 0.86 0.77
Hex CE 94 F7 11 28 0 3 113 56 4D
Octal 316 224 367 21 50 0 3 423 126 115
Binary 11001110 10010100 11110111 10001 101000 0 11 100010011 1010110 1001101

Color Harmonies of #CE94F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94F7

Black with #CE94F7

Text Example


Text Example

White with #CE94F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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