Html Css Color HEX #C289F0 Wisteria

📋 copy color: '#C289F0'

red 194 ◦ green 137 ◦ blue 240

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

Shades of Wisteria #C289F0

Tints of Wisteria #C289F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 33.98%
G = 23.99%
B = 42.03%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C289F0 (or 0xC289F0) is known color: Wisteria. HEX triplet: C2, 89 and F0. RGB value is (194,137,240). Sum of RGB (Red+Green+Blue) = 194+137+240=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #C289F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C289F0 is #3D760F. Grayscale: #A5A5A5. Windows color (decimal): -4027920 or 15763906. OLE color: 15763906.

HSL color Cylindrical-coordinate representation of color #C289F0: hue angle of 273.2º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C289F0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 137 240 -
CMYK 0.19 0.43 0 0.06
HSL 273.2º 0.77% 0.74% -
HSV(B) 273.2º 0.43% 0.94% -
XYZ 46.92 35.65 86.85 -
YUV 165.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 194 137 240 0.19 0.43 0 0.06 273.2 0.77 0.74
Hex C2 89 F0 13 2B 0 6 111 4D 4A
Octal 302 211 360 23 53 0 6 421 115 112
Binary 11000010 10001001 11110000 10011 101011 0 110 100010001 1001101 1001010

Color Harmonies of #C289F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C289F0

Black with #C289F0

Text Example


Text Example

White with #C289F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C289F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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