Html Css Color HEX #CE9FDA Wisteria

📋 copy color: '#CE9FDA'

red 206 ◦ green 159 ◦ blue 218

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

Shades of Wisteria #CE9FDA

Tints of Wisteria #CE9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.27%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 35.33%
G = 27.27%
B = 37.39%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9FDA (or 0xCE9FDA) is known color: Wisteria. HEX triplet: CE, 9F and DA. RGB value is (206,159,218). Sum of RGB (Red+Green+Blue) = 206+159+218=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FDA is #316025. Grayscale: #B3B3B3. Windows color (decimal): -3235878 or 14327758. OLE color: 14327758.

HSL color Cylindrical-coordinate representation of color #CE9FDA: hue angle of 287.8º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9FDA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 159 218 -
CMYK 0.06 0.27 0 0.15
HSL 287.8º 0.44% 0.74% -
HSV(B) 287.8º 0.27% 0.85% -
XYZ 50.51 42.98 71.96 -
YUV 179.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 206 159 218 0.06 0.27 0 0.15 287.8 0.44 0.74
Hex CE 9F DA 6 1B 0 F 120 2C 4A
Octal 316 237 332 6 33 0 17 440 54 112
Binary 11001110 10011111 11011010 110 11011 0 1111 100100000 101100 1001010

Color Harmonies of #CE9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FDA

Black with #CE9FDA

Text Example


Text Example

White with #CE9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FDA; }

 p { color: rgb(206,159,218); }

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

background-color css

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

 a { background-color: rgb(206,159,218); }

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

border-color css

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

 span { border-color: rgb(206,159,218); }

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