Html Css Color HEX #CE90EC Wisteria

📋 copy color: '#CE90EC'

red 206 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #CE90EC

Tints of Wisteria #CE90EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 35.15%
G = 24.57%
B = 40.27%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE90EC (or 0xCE90EC) is known color: Wisteria. HEX triplet: CE, 90 and EC. RGB value is (206,144,236). Sum of RGB (Red+Green+Blue) = 206+144+236=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90EC is #316F13. Grayscale: #ACACAC. Windows color (decimal): -3239700 or 15503566. OLE color: 15503566.

HSL color Cylindrical-coordinate representation of color #CE90EC: hue angle of 280.43º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE90EC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 144 236 -
CMYK 0.13 0.39 0 0.07
HSL 280.43º 0.71% 0.75% -
HSV(B) 280.43º 0.39% 0.93% -
XYZ 50.57 39.12 84.24 -
YUV 173.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 206 144 236 0.13 0.39 0 0.07 280.43 0.71 0.75
Hex CE 90 EC D 27 0 7 118 47 4B
Octal 316 220 354 15 47 0 7 430 107 113
Binary 11001110 10010000 11101100 1101 100111 0 111 100011000 1000111 1001011

Color Harmonies of #CE90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90EC

Black with #CE90EC

Text Example


Text Example

White with #CE90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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