Html Css Color HEX #CE90DD Wisteria

📋 copy color: '#CE90DD'

red 206 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #CE90DD

Tints of Wisteria #CE90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 36.08%
G = 25.22%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE90DD (or 0xCE90DD) is known color: Wisteria. HEX triplet: CE, 90 and DD. RGB value is (206,144,221). Sum of RGB (Red+Green+Blue) = 206+144+221=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90DD is #316F22. Grayscale: #ABABAB. Windows color (decimal): -3239715 or 14520526. OLE color: 14520526.

HSL color Cylindrical-coordinate representation of color #CE90DD: hue angle of 288.31º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE90DD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 144 221 -
CMYK 0.07 0.35 0 0.13
HSL 288.31º 0.53% 0.72% -
HSV(B) 288.31º 0.35% 0.87% -
XYZ 48.48 38.29 73.24 -
YUV 171.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 206 144 221 0.07 0.35 0 0.13 288.31 0.53 0.72
Hex CE 90 DD 7 23 0 D 120 35 48
Octal 316 220 335 7 43 0 15 440 65 110
Binary 11001110 10010000 11011101 111 100011 0 1101 100100000 110101 1001000

Color Harmonies of #CE90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90DD

Black with #CE90DD

Text Example


Text Example

White with #CE90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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