Html Css Color HEX #CE91FA Wisteria

📋 copy color: '#CE91FA'

red 206 ◦ green 145 ◦ blue 250

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

Shades of Wisteria #CE91FA

Tints of Wisteria #CE91FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 34.28%
G = 24.13%
B = 41.6%

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

#CE91FA (or 0xCE91FA) is known color: Wisteria. HEX triplet: CE, 91 and FA. RGB value is (206,145,250). Sum of RGB (Red+Green+Blue) = 206+145+250=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91FA is #316E05. Grayscale: #AEAEAE. Windows color (decimal): -3239430 or 16421326. OLE color: 16421326.

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

Color convert

RGB 206 145 250 -
CMYK 0.18 0.42 0 0.02
HSL 274.86º 0.91% 0.77% -
HSV(B) 274.86º 0.42% 0.98% -
XYZ 52.83 40.27 95.43 -
YUV 175.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 206 145 250 0.18 0.42 0 0.02 274.86 0.91 0.77
Hex CE 91 FA 12 2A 0 2 113 5B 4D
Octal 316 221 372 22 52 0 2 423 133 115
Binary 11001110 10010001 11111010 10010 101010 0 10 100010011 1011011 1001101

Color Harmonies of #CE91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91FA

Black with #CE91FA

Text Example


Text Example

White with #CE91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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