Html Css Color HEX #C289CF Wisteria

📋 copy color: '#C289CF'

red 194 ◦ green 137 ◦ blue 207

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

Shades of Wisteria #C289CF

Tints of Wisteria #C289CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 36.06%
G = 25.46%
B = 38.48%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C289CF (or 0xC289CF) is known color: Wisteria. HEX triplet: C2, 89 and CF. RGB value is (194,137,207). Sum of RGB (Red+Green+Blue) = 194+137+207=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C289CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289CF is #3D7630. Grayscale: #A1A1A1. Windows color (decimal): -4027953 or 13601218. OLE color: 13601218.

HSL color Cylindrical-coordinate representation of color #C289CF: hue angle of 288.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C289CF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 137 207 -
CMYK 0.06 0.34 0 0.19
HSL 288.86º 0.42% 0.67% -
HSV(B) 288.86º 0.34% 0.81% -
XYZ 42.46 33.87 63.33 -
YUV 162.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 194 137 207 0.06 0.34 0 0.19 288.86 0.42 0.67
Hex C2 89 CF 6 22 0 13 121 2A 43
Octal 302 211 317 6 42 0 23 441 52 103
Binary 11000010 10001001 11001111 110 100010 0 10011 100100001 101010 1000011

Color Harmonies of #C289CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C289CF

Black with #C289CF

Text Example


Text Example

White with #C289CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C289CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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