Html Css Color HEX #C289D1 Wisteria

📋 copy color: '#C289D1'

red 194 ◦ green 137 ◦ blue 209

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

Shades of Wisteria #C289D1

Tints of Wisteria #C289D1

RGB

 RED value IS 194 (76.17% from 255) = 35.93%

 GREEN value IS 137 (53.91% from 255) = 25.37%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 35.93%
G = 25.37%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C289D1 (or 0xC289D1) is known color: Wisteria. HEX triplet: C2, 89 and D1. RGB value is (194,137,209). Sum of RGB (Red+Green+Blue) = 194+137+209=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C289D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289D1 is #3D762E. Grayscale: #A2A2A2. Windows color (decimal): -4027951 or 13732290. OLE color: 13732290.

HSL color Cylindrical-coordinate representation of color #C289D1: hue angle of 287.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C289D1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 137 209 -
CMYK 0.07 0.34 0 0.18
HSL 287.5º 0.44% 0.68% -
HSV(B) 287.5º 0.34% 0.82% -
XYZ 42.7 33.96 64.63 -
YUV 162.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 194 137 209 0.07 0.34 0 0.18 287.5 0.44 0.68
Hex C2 89 D1 7 22 0 12 120 2C 44
Octal 302 211 321 7 42 0 22 440 54 104
Binary 11000010 10001001 11010001 111 100010 0 10010 100100000 101100 1000100

Color Harmonies of #C289D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C289D1

Black with #C289D1

Text Example


Text Example

White with #C289D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C289D1; }

 p { color: rgb(194,137,209); }

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

background-color css

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

 a { background-color: rgb(194,137,209); }

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

border-color css

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

 span { border-color: rgb(194,137,209); }

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