Html Css Color HEX #CE9ADC Wisteria

📋 copy color: '#CE9ADC'

red 206 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #CE9ADC

Tints of Wisteria #CE9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.55%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 35.52%
G = 26.55%
B = 37.93%

CMYK

 C value IS 0.06

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9ADC (or 0xCE9ADC) is known color: Wisteria. HEX triplet: CE, 9A and DC. RGB value is (206,154,220). Sum of RGB (Red+Green+Blue) = 206+154+220=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADC is #316523. Grayscale: #B0B0B0. Windows color (decimal): -3237156 or 14457550. OLE color: 14457550.

HSL color Cylindrical-coordinate representation of color #CE9ADC: hue angle of 287.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9ADC is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 154 220 -
CMYK 0.06 0.3 0 0.14
HSL 287.27º 0.49% 0.73% -
HSV(B) 287.27º 0.3% 0.86% -
XYZ 49.93 41.4 73.07 -
YUV 177.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 206 154 220 0.06 0.3 0 0.14 287.27 0.49 0.73
Hex CE 9A DC 6 1E 0 E 11F 31 49
Octal 316 232 334 6 36 0 16 437 61 111
Binary 11001110 10011010 11011100 110 11110 0 1110 100011111 110001 1001001

Color Harmonies of #CE9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ADC

Black with #CE9ADC

Text Example


Text Example

White with #CE9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ADC; }

 p { color: rgb(206,154,220); }

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

background-color css

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

 a { background-color: rgb(206,154,220); }

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

border-color css

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

 span { border-color: rgb(206,154,220); }

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