Html Css Color HEX #C289E1 Wisteria

📋 copy color: '#C289E1'

red 194 ◦ green 137 ◦ blue 225

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

Shades of Wisteria #C289E1

Tints of Wisteria #C289E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 34.89%
G = 24.64%
B = 40.47%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C289E1 (or 0xC289E1) is known color: Wisteria. HEX triplet: C2, 89 and E1. RGB value is (194,137,225). Sum of RGB (Red+Green+Blue) = 194+137+225=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #C289E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289E1 is #3D761E. Grayscale: #A3A3A3. Windows color (decimal): -4027935 or 14780866. OLE color: 14780866.

HSL color Cylindrical-coordinate representation of color #C289E1: hue angle of 278.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C289E1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 137 225 -
CMYK 0.14 0.39 0 0.12
HSL 278.86º 0.59% 0.71% -
HSV(B) 278.86º 0.39% 0.88% -
XYZ 44.78 34.8 75.59 -
YUV 164.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 194 137 225 0.14 0.39 0 0.12 278.86 0.59 0.71
Hex C2 89 E1 E 27 0 C 117 3B 47
Octal 302 211 341 16 47 0 14 427 73 107
Binary 11000010 10001001 11100001 1110 100111 0 1100 100010111 111011 1000111

Color Harmonies of #C289E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C289E1

Black with #C289E1

Text Example


Text Example

White with #C289E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C289E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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