Html Css Color HEX #CE90F9 Wisteria

📋 copy color: '#CE90F9'

red 206 ◦ green 144 ◦ blue 249

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

Shades of Wisteria #CE90F9

Tints of Wisteria #CE90F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.04%

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 34.39%
G = 24.04%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE90F9 (or 0xCE90F9) is known color: Wisteria. HEX triplet: CE, 90 and F9. RGB value is (206,144,249). Sum of RGB (Red+Green+Blue) = 206+144+249=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90F9 is #316F06. Grayscale: #AEAEAE. Windows color (decimal): -3239687 or 16355534. OLE color: 16355534.

HSL color Cylindrical-coordinate representation of color #CE90F9: hue angle of 275.43º degrees, saturation: 0.9, 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 #CE90F9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 144 249 -
CMYK 0.17 0.42 0 0.02
HSL 275.43º 0.9% 0.77% -
HSV(B) 275.43º 0.42% 0.98% -
XYZ 52.53 39.91 94.56 -
YUV 174.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 206 144 249 0.17 0.42 0 0.02 275.43 0.9 0.77
Hex CE 90 F9 11 2A 0 2 113 5A 4D
Octal 316 220 371 21 52 0 2 423 132 115
Binary 11001110 10010000 11111001 10001 101010 0 10 100010011 1011010 1001101

Color Harmonies of #CE90F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90F9

Black with #CE90F9

Text Example


Text Example

White with #CE90F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90F9; }

 p { color: rgb(206,144,249); }

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

background-color css

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

 a { background-color: rgb(206,144,249); }

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

border-color css

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

 span { border-color: rgb(206,144,249); }

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