Html Css Color HEX #CE90ED Wisteria

📋 copy color: '#CE90ED'

red 206 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #CE90ED

Tints of Wisteria #CE90ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 35.09%
G = 24.53%
B = 40.37%

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

#CE90ED (or 0xCE90ED) is known color: Wisteria. HEX triplet: CE, 90 and ED. RGB value is (206,144,237). Sum of RGB (Red+Green+Blue) = 206+144+237=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90ED is #316F12. Grayscale: #ACACAC. Windows color (decimal): -3239699 or 15569102. OLE color: 15569102.

HSL color Cylindrical-coordinate representation of color #CE90ED: hue angle of 280º degrees, saturation: 0.72, 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 #CE90ED is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 144 237 -
CMYK 0.13 0.39 0 0.07
HSL 280º 0.72% 0.75% -
HSV(B) 280º 0.39% 0.93% -
XYZ 50.71 39.18 85.01 -
YUV 173.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 206 144 237 0.13 0.39 0 0.07 280 0.72 0.75
Hex CE 90 ED D 27 0 7 118 48 4B
Octal 316 220 355 15 47 0 7 430 110 113
Binary 11001110 10010000 11101101 1101 100111 0 111 100011000 1001000 1001011

Color Harmonies of #CE90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90ED

Black with #CE90ED

Text Example


Text Example

White with #CE90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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