Html Css Color HEX #CE91FB Wisteria

📋 copy color: '#CE91FB'

red 206 ◦ green 145 ◦ blue 251

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

Shades of Wisteria #CE91FB

Tints of Wisteria #CE91FB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.09%

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 34.22%
G = 24.09%
B = 41.69%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE91FB (or 0xCE91FB) is known color: Wisteria. HEX triplet: CE, 91 and FB. RGB value is (206,145,251). Sum of RGB (Red+Green+Blue) = 206+145+251=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91FB is #316E04. Grayscale: #AEAEAE. Windows color (decimal): -3239429 or 16486862. OLE color: 16486862.

HSL color Cylindrical-coordinate representation of color #CE91FB: hue angle of 274.53º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE91FB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 145 251 -
CMYK 0.18 0.42 0 0.02
HSL 274.53º 0.93% 0.78% -
HSV(B) 274.53º 0.42% 0.98% -
XYZ 52.99 40.34 96.26 -
YUV 175.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 206 145 251 0.18 0.42 0 0.02 274.53 0.93 0.78
Hex CE 91 FB 12 2A 0 2 113 5D 4E
Octal 316 221 373 22 52 0 2 423 135 116
Binary 11001110 10010001 11111011 10010 101010 0 10 100010011 1011101 1001110

Color Harmonies of #CE91FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91FB

Black with #CE91FB

Text Example


Text Example

White with #CE91FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91FB; }

 p { color: rgb(206,145,251); }

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

background-color css

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

 a { background-color: rgb(206,145,251); }

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

border-color css

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

 span { border-color: rgb(206,145,251); }

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