Html Css Color HEX #CE90E9 Wisteria

📋 copy color: '#CE90E9'

red 206 ◦ green 144 ◦ blue 233

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

Shades of Wisteria #CE90E9

Tints of Wisteria #CE90E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.97%

R = 35.33%
G = 24.7%
B = 39.97%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE90E9 (or 0xCE90E9) is known color: Wisteria. HEX triplet: CE, 90 and E9. RGB value is (206,144,233). Sum of RGB (Red+Green+Blue) = 206+144+233=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90E9 is #316F16. Grayscale: #ACACAC. Windows color (decimal): -3239703 or 15306958. OLE color: 15306958.

HSL color Cylindrical-coordinate representation of color #CE90E9: hue angle of 281.8º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE90E9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 144 233 -
CMYK 0.12 0.38 0 0.09
HSL 281.8º 0.67% 0.74% -
HSV(B) 281.8º 0.38% 0.91% -
XYZ 50.13 38.95 81.97 -
YUV 172.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 206 144 233 0.12 0.38 0 0.09 281.8 0.67 0.74
Hex CE 90 E9 C 26 0 9 11A 43 4A
Octal 316 220 351 14 46 0 11 432 103 112
Binary 11001110 10010000 11101001 1100 100110 0 1001 100011010 1000011 1001010

Color Harmonies of #CE90E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90E9

Black with #CE90E9

Text Example


Text Example

White with #CE90E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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