Html Css Color HEX #CE92F1 Wisteria

📋 copy color: '#CE92F1'

red 206 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #CE92F1

Tints of Wisteria #CE92F1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.62%

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

R = 34.74%
G = 24.62%
B = 40.64%

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

#CE92F1 (or 0xCE92F1) is known color: Wisteria. HEX triplet: CE, 92 and F1. RGB value is (206,146,241). Sum of RGB (Red+Green+Blue) = 206+146+241=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92F1 is #316D0E. Grayscale: #AEAEAE. Windows color (decimal): -3239183 or 15831758. OLE color: 15831758.

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

Color convert

RGB 206 146 241 -
CMYK 0.15 0.39 0 0.05
HSL 277.89º 0.77% 0.76% -
HSV(B) 277.89º 0.39% 0.95% -
XYZ 51.61 40.03 88.23 -
YUV 174.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 206 146 241 0.15 0.39 0 0.05 277.89 0.77 0.76
Hex CE 92 F1 F 27 0 5 116 4D 4C
Octal 316 222 361 17 47 0 5 426 115 114
Binary 11001110 10010010 11110001 1111 100111 0 101 100010110 1001101 1001100

Color Harmonies of #CE92F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92F1

Black with #CE92F1

Text Example


Text Example

White with #CE92F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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