Html Css Color HEX #CE94F2 Wisteria

📋 copy color: '#CE94F2'

red 206 ◦ green 148 ◦ blue 242

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

Shades of Wisteria #CE94F2

Tints of Wisteria #CE94F2

RGB

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

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

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

R = 34.56%
G = 24.83%
B = 40.6%

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

#CE94F2 (or 0xCE94F2) is known color: Wisteria. HEX triplet: CE, 94 and F2. RGB value is (206,148,242). Sum of RGB (Red+Green+Blue) = 206+148+242=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE94F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94F2 is #316B0D. Grayscale: #AFAFAF. Windows color (decimal): -3238670 or 15897806. OLE color: 15897806.

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

Color convert

RGB 206 148 242 -
CMYK 0.15 0.39 0 0.05
HSL 277.02º 0.78% 0.76% -
HSV(B) 277.02º 0.39% 0.95% -
XYZ 52.07 40.71 89.12 -
YUV 176.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 206 148 242 0.15 0.39 0 0.05 277.02 0.78 0.76
Hex CE 94 F2 F 27 0 5 115 4E 4C
Octal 316 224 362 17 47 0 5 425 116 114
Binary 11001110 10010100 11110010 1111 100111 0 101 100010101 1001110 1001100

Color Harmonies of #CE94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94F2

Black with #CE94F2

Text Example


Text Example

White with #CE94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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