Html Css Color HEX #CE8ADC Wisteria

📋 copy color: '#CE8ADC'

red 206 ◦ green 138 ◦ blue 220

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

Shades of Wisteria #CE8ADC

Tints of Wisteria #CE8ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.47%

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

R = 36.52%
G = 24.47%
B = 39.01%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8ADC (or 0xCE8ADC) is known color: Wisteria. HEX triplet: CE, 8A and DC. RGB value is (206,138,220). Sum of RGB (Red+Green+Blue) = 206+138+220=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ADC is #317523. Grayscale: #A7A7A7. Windows color (decimal): -3241252 or 14453454. OLE color: 14453454.

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

Color convert

RGB 206 138 220 -
CMYK 0.06 0.37 0 0.14
HSL 289.76º 0.54% 0.7% -
HSV(B) 289.76º 0.37% 0.86% -
XYZ 47.46 36.47 72.25 -
YUV 167.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 206 138 220 0.06 0.37 0 0.14 289.76 0.54 0.7
Hex CE 8A DC 6 25 0 E 122 36 46
Octal 316 212 334 6 45 0 16 442 66 106
Binary 11001110 10001010 11011100 110 100101 0 1110 100100010 110110 1000110

Color Harmonies of #CE8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8ADC

Black with #CE8ADC

Text Example


Text Example

White with #CE8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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