Html Css Color HEX #CE94DC Wisteria

📋 copy color: '#CE94DC'

red 206 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #CE94DC

Tints of Wisteria #CE94DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.78%

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

R = 35.89%
G = 25.78%
B = 38.33%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE94DC (or 0xCE94DC) is known color: Wisteria. HEX triplet: CE, 94 and DC. RGB value is (206,148,220). Sum of RGB (Red+Green+Blue) = 206+148+220=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94DC is #316B23. Grayscale: #ADADAD. Windows color (decimal): -3238692 or 14456014. OLE color: 14456014.

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

Color convert

RGB 206 148 220 -
CMYK 0.06 0.33 0 0.14
HSL 288.33º 0.51% 0.72% -
HSV(B) 288.33º 0.33% 0.86% -
XYZ 48.96 39.47 72.75 -
YUV 173.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 206 148 220 0.06 0.33 0 0.14 288.33 0.51 0.72
Hex CE 94 DC 6 21 0 E 120 33 48
Octal 316 224 334 6 41 0 16 440 63 110
Binary 11001110 10010100 11011100 110 100001 0 1110 100100000 110011 1001000

Color Harmonies of #CE94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94DC

Black with #CE94DC

Text Example


Text Example

White with #CE94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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