Html Css Color HEX #CE90FB Wisteria

📋 copy color: '#CE90FB'

red 206 ◦ green 144 ◦ blue 251

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

Shades of Wisteria #CE90FB

Tints of Wisteria #CE90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 34.28%
G = 23.96%
B = 41.76%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE90FB (or 0xCE90FB) is known color: Wisteria. HEX triplet: CE, 90 and FB. RGB value is (206,144,251). Sum of RGB (Red+Green+Blue) = 206+144+251=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FB is #316F04. Grayscale: #AEAEAE. Windows color (decimal): -3239685 or 16486606. OLE color: 16486606.

HSL color Cylindrical-coordinate representation of color #CE90FB: hue angle of 274.77º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE90FB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 144 251 -
CMYK 0.18 0.43 0 0.02
HSL 274.77º 0.93% 0.77% -
HSV(B) 274.77º 0.43% 0.98% -
XYZ 52.84 40.03 96.21 -
YUV 174.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 206 144 251 0.18 0.43 0 0.02 274.77 0.93 0.77
Hex CE 90 FB 12 2B 0 2 113 5D 4D
Octal 316 220 373 22 53 0 2 423 135 115
Binary 11001110 10010000 11111011 10010 101011 0 10 100010011 1011101 1001101

Color Harmonies of #CE90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90FB

Black with #CE90FB

Text Example


Text Example

White with #CE90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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